13 lines
228 B
JSON
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": ""
|
|
}
|
|
}
|