forked from Hay1tsme/artemis
core: pushing changes regarding MySQL ssl toggle that is now mandatory
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
- `name`: Name of the database the server should expect. Default `aime`
|
||||
- `port`: Port the database server is listening on. Default `3306`
|
||||
- `protocol`: Protocol used in the connection string, e.i `mysql` would result in `mysql://...`. Default `mysql`
|
||||
- `ssl_enabled`: Enforce SSL to be used in the connection string. Default `False`
|
||||
- `sha2_password`: Whether or not the password in the connection string should be hashed via SHA2. Default `False`
|
||||
- `loglevel`: Logging level for the database. Default `info`
|
||||
- `memcached_host`: Host of the memcached server. Default `localhost`
|
||||
|
Reference in New Issue
Block a user