19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"port": "YAPI_PORT",
|
|
"adminAccount": "ADMIN_EMAIL",
|
|
"db": {
|
|
"servername": "DB_HOST",
|
|
"DATABASE": "DB_NAME",
|
|
"port": "DB_PORT"
|
|
},
|
|
"mail": {
|
|
"enable": "MAIL_ENABLE",
|
|
"host": "MAIL_HOST",
|
|
"port": "MAIL_PORT",
|
|
"from": "MAIL_FROM",
|
|
"auth": {
|
|
"user": "MAIL_USER",
|
|
"pass": "MAIL_PWD"
|
|
}
|
|
}
|
|
} |