mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
add default_fedi_hashtags
settings
This commit is contained in:
parent
4373f3d234
commit
1260d6715d
2 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,7 @@ const defaultSettings = {
|
|||
admin_email: config.admin_email || '',
|
||||
smtp: config.smtp || {},
|
||||
collection_in_home: null,
|
||||
default_fedi_hashtags: [],
|
||||
custom_js: '',
|
||||
custom_css: ''
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ let config = {
|
|||
host: process.env.GANCIO_HOST || '0.0.0.0',
|
||||
port: process.env.GANCIO_PORT || 13120
|
||||
},
|
||||
default_fedi_hashtag: '',
|
||||
log_level: 'debug',
|
||||
log_path: path.resolve(process.env.cwd || '', 'logs'),
|
||||
db: {},
|
||||
|
|
Loading…
Reference in a new issue