mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Fix incorrect environment variable for config property
This commit is contained in:
@@ -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'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user