confme
Version:
Opinionated config library that allows you to have complex config and behaves according to Twelve Factor App rules
15 lines (14 loc) • 326 B
JSON
{
"listenPort": "{{ PORT }}",
"apiPath": "https://{{DOMAIN}}:{{PORT}}/api/v1",
"staticUrl": "https://{{DOMAIN}}:{{PORT}}/static",
"mainPage": "https://{{DOMAIN}}:{{PORT}}",
"mail": {
"from": "MyApp",
"transport": "SMTP",
"auth": {
"user": "{{SMTP_USER}}",
"pass": "{{SMTP_PASS}}"
}
}
}