Configuration
More details about Twake configuration.
Last updated
Was this helpful?
More details about Twake configuration.
Last updated
Was this helpful?
Each configuration file is optional, if not given, Twake will fallback to default configuration.
You can find an example of Twake configuration (default configuration) here:
Copy the content of this file and put it in [docker-compose.yml location]/configuration/backend/Parameters.php
Tip: you can put a 'cert' directory with apns.cert keys (mobile push notifications) beside the Parameters.php file.
You can find an example of Twake configuration (default configuration) here:
Copy the content of this file and put it in [docker-compose.yml location]/configuration/frontend/environment.ts
Each time you change the configuration, restart your docker container like this:
Warning, if you are using ScyllaDB (mandatory for any version before 2022) you must make sure ScyllaDB is started before to start the node container.
If your server is completely stoped you can use this command to make sure everything starts well:
docker-compose up -d scylladb; sleep 120; docker-compose up -d