confection/demo/config.json

15 lines
336 B
JSON
Raw Normal View History

2015-01-18 18:42:43 +07:00
{
2015-01-19 18:22:54 +07:00
"app_name": "Awesome App",
"build_number": 4401,
"enable_sign_in": true,
"database_driver": "mysql",
2015-01-18 18:42:43 +07:00
"database_config": {
2015-01-19 18:22:54 +07:00
"hostname": "127.0.0.1",
"port": 3306,
"username": "root",
2015-01-18 18:42:43 +07:00
"password": "",
2015-01-19 18:22:54 +07:00
"database": "awesomeness"
2015-01-18 18:42:43 +07:00
},
2015-01-19 18:22:54 +07:00
"sensitive_data": "nasty secret here"
2015-01-18 18:42:43 +07:00
}