Archived
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.
SOD/config/config_exemple.json

13 lines
300 B
JSON
Raw Normal View History

2020-08-15 12:36:20 +02:00
{
"secret": "keyboard cat",
"database": {
"username": "root",
"password": null,
"database": "database_development",
"host": "127.0.0.1",
"dialect": "mysql"
2020-08-20 22:46:46 +02:00
},
"siteKey": "yjt,kugcjvhkyhgchkuyjgugjgcvkuh",
"secretKey": "yjt,vhjtfykjvhkhiuyhjvkjuiyvhjblhioguikjkly_lui"
2020-08-15 12:36:20 +02:00
}