secondly/demo/config.json
2015-08-29 19:58:24 +03:00

13 lines
228 B
JSON

{
"app_name": "Awesome App",
"version": 1.4,
"debug": true,
"database": {
"adapter": "mysql",
"host": "127.0.0.1",
"port": 3306,
"username": "root",
"password": ""
}
}