mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Fix incorrect environment variable for config property
This commit is contained in:
@@ -213,7 +213,7 @@ const conf = convict({
|
|||||||
footer_source_url: {
|
footer_source_url: {
|
||||||
format: String,
|
format: String,
|
||||||
default: 'https://github.com/timvisee/send',
|
default: 'https://github.com/timvisee/send',
|
||||||
env: 'SEND_FOOTER_CLI_URL'
|
env: 'SEND_FOOTER_SOURCE_URL'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user