Example config
This commit is contained in:
parent
cab1a1ad69
commit
8f3e2b11bc
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue