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: {
|
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'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue