alias-envs: typo

This commit is contained in:
dumbmoron 2024-03-05 15:18:00 +00:00
parent 52e6a40641
commit 201a124cc4
No known key found for this signature in database
GPG key ID: C59997C76C6A8E5F

View file

@ -7,7 +7,7 @@ const mapping = {
cors: 'CORS_WILDCARD',
cookiePath: 'COOKIE_PATH',
webPort: 'WEB_PORT',
webUrl: 'WEB_URL',
webURL: 'WEB_URL',
showSponsors: 'SHOW_SPONSORS',
isBeta: 'IS_BETA'
}