24
1
Fork 0

Fix incorrect environment variable for config property

This commit is contained in:
timvisee 2021-02-05 02:24:48 +01:00
parent 42506dda9d
commit 5b9c8301c7
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ const conf = convict({
footer_source_url: {
format: String,
default: 'https://github.com/timvisee/send',
env: 'SEND_FOOTER_CLI_URL'
env: 'SEND_FOOTER_SOURCE_URL'
}
});