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

24 lines
564 B
JSON
Raw Normal View History

{
2020-06-08 12:20:17 +02:00
"development": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
2020-10-12 20:54:32 +02:00
},
2020-11-02 13:43:12 +01:00
"email": {
"server": {
"user": "user",
"password": "password",
"host": "smtp.your-email.com",
"ssl": true
},
"from": "Contact Email <you@email.fr>",
"contact": "Your Contact <contact@your-email.fr>",
"mailPath": "https://yourServer.com"
},
2020-10-12 21:29:18 +02:00
"secret": "keyboard cat",
"passwordPrivateKey": "ecc635295f200847b79299df48e15759"
}