Skip to content

Commit

Permalink
Document DB_SYNC
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Mar 6, 2024
1 parent 78232cf commit fa0c810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup/server/configuration/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ in the `{{ project.name.lower() }}-server` folder, with the format `NAME=VALUE`
| THREADS | number | Number of threads to run {{ project.name }} on when using bundle. Make sure you've enabled RabbitMQ if using more than one |
| PORT | number | Port to listen on. Used by all components, including bundle. If using bundle, all components run under the same port |
| DATABASE | string | Database connection string. Defaults to SQlite3 at project root |
| DB_SYNC | bool | Unsafely synchronise database model on startup. ***Not recommended for use in production environments!*** |
| CONFIG_PATH | string | File path for JSON config, if not using `config` db table |
| WS_LOGEVENTS | boolean | If set, log websocket events except messages from gateway |
| WS_VERBOSE | boolean | If set, log websocket messages sent/received by gateway |
Expand Down

0 comments on commit fa0c810

Please sign in to comment.