Replace tabs with spaces to maintain consistency
This commit is contained in:
parent
671390ca24
commit
71372fcbc1
|
@ -169,14 +169,14 @@ const conf = convict({
|
||||||
env: 'BASE_URL'
|
env: 'BASE_URL'
|
||||||
},
|
},
|
||||||
custom_title: {
|
custom_title: {
|
||||||
format: String,
|
format: String,
|
||||||
default: 'Send',
|
default: 'Send',
|
||||||
env: 'CUSTOM_TITLE'
|
env: 'CUSTOM_TITLE'
|
||||||
},
|
},
|
||||||
custom_description: {
|
custom_description: {
|
||||||
format: String,
|
format: String,
|
||||||
default: 'Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever.',
|
default: 'Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever.',
|
||||||
env: 'CUSTOM_DESCRIPTION'
|
env: 'CUSTOM_DESCRIPTION'
|
||||||
},
|
},
|
||||||
detect_base_url: {
|
detect_base_url: {
|
||||||
format: Boolean,
|
format: Boolean,
|
||||||
|
@ -329,11 +329,11 @@ const conf = convict({
|
||||||
default: '',
|
default: '',
|
||||||
env: 'UI_CUSTOM_ASSETS_WORDMARK'
|
env: 'UI_CUSTOM_ASSETS_WORDMARK'
|
||||||
},
|
},
|
||||||
custom_css: {
|
custom_css: {
|
||||||
format: String,
|
format: String,
|
||||||
default: '',
|
default: '',
|
||||||
env: 'UI_CUSTOM_CSS'
|
env: 'UI_CUSTOM_CSS'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue