Twake
⬅️ Go on twake
Search…
☀️ Twake
Getting started
▶
Use Twake on twake.app
🏗
Install on your server
⚙
Configuration
🔒
Security
🔗
Custom domain + HTTPS
💌
Configure mail server
🎨
Customisation
🔌
Connectors and plugins
👨💻 Authentication modes
How to use it
👋
Welcome to Twake !
🧰
Console
🏢
Company & workspace
💠
Applications
🖥
Desktop and mobile app
🔒
Privacy
Developers API
🏠
Home
🥇
Getting started
⚙
Application settings
📖
API Reference
🧱
Blocks
Internal Documentation
🥇
Get started
🎨
Twake Ecosystem Guidelines
📚
Our stack
🧱
Backend and APIs
🖥
Web, desktop and mobile
🎭
Translation
Powered By
GitBook
🔒
Security
You should update this security keys to ship Twake in production.
See how to
Detach Configuration
first.
The following keys must be updated to increase Twake security in /configuration/backend/Parameters.php:
1
"env" => [
2
"secret" => "somesecret", //Any string
3
],
4
...
5
"websocket" => [
6
...
7
"pusher_public" //Generate public and private key
8
"pusher_private" //Put private key here
9
],
10
"db" => [
11
...
12
"encryption_key" //Any string
13
]
14
...
15
"storage" => [
16
...
17
"drive_salt" => "SecretPassword", //Any string
18
],
19
...
Copied!
Getting started - Previous
Configuration
Next
Custom domain + HTTPS
Last modified
1yr ago
Copy link