mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 05:02:45 +01:00
Fix incorrect environment variable for config property
This commit is contained in:
parent
42506dda9d
commit
5b9c8301c7
@ -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'
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user