jsbin/config.default.json
Aron Carroll 83bffe62e8 Update config file to use nested JSON
This makes for a far more readable config file.
2012-04-19 14:42:24 +01:00

24 lines
358 B
JSON

{
"env": "development",
"url": {
"host": "jsbin.dev",
"prefix": "/",
"ssl": false
},
"store": {
"adapter": "mysql",
"mysql": {
"host": "localhost",
"user": "root",
"password": "",
"database": "jsbin"
},
"sqlite": {
"location": "/tmp/jsbin.db"
}
},
"analytics": {
"id": null
}
}