mirror of https://github.com/GOSTSec/gostexplr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
486 B
26 lines
486 B
7 years ago
|
{
|
||
|
"development": {
|
||
|
"username": "geuser",
|
||
|
"password": "geuser",
|
||
|
"database": "gedb",
|
||
|
"host": "127.0.0.1",
|
||
|
"dialect": "mysql",
|
||
|
"logging": false
|
||
|
},
|
||
|
"test": {
|
||
|
"username": "root",
|
||
|
"password": null,
|
||
|
"database": "database_test",
|
||
|
"host": "127.0.0.1",
|
||
|
"dialect": "mysql"
|
||
|
},
|
||
|
"production": {
|
||
|
"username": "geuser",
|
||
|
"password": "geuser",
|
||
|
"database": "gedb",
|
||
|
"host": "127.0.0.1",
|
||
|
"dialect": "mysql",
|
||
|
"logging": false
|
||
|
}
|
||
|
}
|