mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-06-01 13:03:12 -05:00
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"email": {
|
|
"address": "email@address.com",
|
|
"password": "password"
|
|
},
|
|
"mongo": {
|
|
"database": "foo",
|
|
"hostname": "localhost",
|
|
"port": 27017,
|
|
"use_authentication": true,
|
|
"authentication": {
|
|
"username": "username",
|
|
"password": "password",
|
|
"authentication_database": "admin"
|
|
}
|
|
},
|
|
"http": {
|
|
"port": 8080
|
|
}
|
|
} |