1
0
Fork 0

Example config

This commit is contained in:
Gregory Eremin 2015-01-19 18:22:54 +07:00
parent cab1a1ad69
commit 8f3e2b11bc
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
{
"app_name": "",
"build_number": 0,
"enable_sign_in": false,
"database_driver": "",
"app_name": "Awesome App",
"build_number": 4401,
"enable_sign_in": true,
"database_driver": "mysql",
"database_config": {
"hostname": "",
"port": 0,
"username": "",
"hostname": "127.0.0.1",
"port": 3306,
"username": "root",
"password": "",
"database": ""
"database": "awesomeness"
},
"sensitive_data": ""
"sensitive_data": "nasty secret here"
}