Settings - usil/eventhos GitHub Wiki
Minimal required variables
| name | sample value | description |
|---|---|---|
| EVENTHOS_API_BASE_URL | http://your.ip:2109 | Change your.ip with your local ip like 192.168... |
| EVENTHOS_API_PORT | 2109 | api port |
| EVENTHOS_WEB_PORT | 2110 | web port |
| JWT_SECRET | ****** | a kind of password |
| CRYPTO_KEY | ****** | a kind of password |
| MYSQL_PASSWORD | ****** | the password that this new mysql will have |
| LOG_LEVEL | info | api log level |