1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
letu/config/config_example.json
CHARLAIX FLORIAN p1905458 94f775b9da Merge branch 'master' into 'back'
# Conflicts:
#   config/config_example.json
#   views/layout.pug
2020-10-12 21:12:34 +02:00

11 lines
216 B
JSON

{
"development": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
},
"secret": "keyboard cat"
}