Files
fioul/fioul.ini.example
Benjamin Sigonneau 25c5a4179c Database: allow mysql, config in ini file
Also check for ini file existence at startup
2022-07-20 23:31:12 +02:00

19 lines
227 B
Plaintext

[db]
backend = sqlite
[sqlite]
filename = fioul.db
[mysql]
database = fioul
user = please change me
password = please change me
host = localhost
port = 3306
[server]
host = localhost
port = 9980
debug = true
reloader = true