mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-27 02:46:53 -05:00
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"http": {
|
|
"port": 8080,
|
|
"base_url": "https://pretendo.network"
|
|
},
|
|
"api_base": "http://api.pretendo.cc",
|
|
"database": {
|
|
"account": {
|
|
"connection_string": "mongodb://mongodb:27017/pretendo_account?replicaSet=rs",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
}
|
|
}
|
|
}
|