Update config.js

try_send_url
This commit is contained in:
alexdx-ca 2023-05-30 17:44:19 -04:00 committed by GitHub
parent 29d63ab0db
commit 9969c7ea8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -263,6 +263,11 @@ const conf = convict({
default: '',
env: 'CUSTOM_FOOTER_URL'
},
try_send_url: {
format: String,
default: '/',
env: 'TRY_SEND_URL'
},
ui_color_primary: {
format: String,
default: '#0a84ff',