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

30 lines
792 B
JSON

{
"secret": "keyboard cat",
"database": {
"username": "root",
"password": null,
"database": "database_development",
"host": "127.0.0.1",
"dialect": "mysql"
},
"reCaptcha": {
"siteKey": "yjt,kugcjvhkyhgchkuyjgugjgcvkuh",
"secretKey": "yjt,vhjtfykjvhkhiuyhjvkjuiyvhjblhioguikjkly_lui"
},
"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>"
},
"lyfPay": {
"url": "https://lyf.eu/some/api/url",
"posUuid": "330fc62c-f549-4c57-8f65-fc977079b283",
"warningEmail": "contact@your-email.fr",
"secureKey": "0123456789ABCDEF0123456789ABCDEF01234567"
}
}