24
1
Fork 0

Replace tabs with spaces to maintain consistency

This commit is contained in:
Marian Hähnlein 2022-08-19 13:11:30 +02:00
parent 671390ca24
commit 71372fcbc1
No known key found for this signature in database
GPG Key ID: B43047632CA1D3D6
1 changed files with 11 additions and 11 deletions

View File

@ -169,14 +169,14 @@ const conf = convict({
env: 'BASE_URL'
},
custom_title: {
format: String,
default: 'Send',
env: 'CUSTOM_TITLE'
format: String,
default: 'Send',
env: 'CUSTOM_TITLE'
},
custom_description: {
format: String,
default: 'Encrypt and send files with a link that automatically expires to ensure your important documents dont stay online forever.',
env: 'CUSTOM_DESCRIPTION'
format: String,
default: 'Encrypt and send files with a link that automatically expires to ensure your important documents dont stay online forever.',
env: 'CUSTOM_DESCRIPTION'
},
detect_base_url: {
format: Boolean,
@ -329,11 +329,11 @@ const conf = convict({
default: '',
env: 'UI_CUSTOM_ASSETS_WORDMARK'
},
custom_css: {
format: String,
default: '',
env: 'UI_CUSTOM_CSS'
}
custom_css: {
format: String,
default: '',
env: 'UI_CUSTOM_CSS'
}
}
});