Blockchain explorer
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.

46 lines
983 B

6 years ago
{
6 years ago
"database": {
"development": {
"username": "geuser",
"password": "geuser",
"database": "gedb",
"host": "127.0.0.1",
"dialect": "mysql",
"dialectOptions": {
"multipleStatements": true
},
6 years ago
"logging": false
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql",
"dialectOptions": {
"multipleStatements": true
}
6 years ago
},
"production": {
"username": "geuser",
"password": "geuser",
"database": "gedb",
"host": "127.0.0.1",
"dialect": "mysql",
"dialectOptions": {
"multipleStatements": true
},
6 years ago
"logging": false
}
6 years ago
},
6 years ago
"rpc": {
"username": "gostcoinrpc",
"password": "CEQLt9zrNnmyzosSV7pjb3EksAkuY9qeqoUCwDQc2wPc",
"hostname": "127.0.0.1",
"port": 9376
6 years ago
},
5 years ago
"syncHeightOffset": 0,
"env": "production",
"port": 3000
6 years ago
}