diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index ff3d6d54c..a1b2991cf 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -264,3 +264,6 @@ followers: | |||
264 | enabled: true | 264 | enabled: true |
265 | # Whether or not an administrator must manually validate a new follower | 265 | # Whether or not an administrator must manually validate a new follower |
266 | manual_approval: false | 266 | manual_approval: false |
267 | |||
268 | theme: | ||
269 | default: 'default' | ||
diff --git a/config/production.yaml.example b/config/production.yaml.example index 7158e076b..6c2eb4416 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -279,3 +279,6 @@ followers: | |||
279 | enabled: true | 279 | enabled: true |
280 | # Whether or not an administrator must manually validate a new follower | 280 | # Whether or not an administrator must manually validate a new follower |
281 | manual_approval: false | 281 | manual_approval: false |
282 | |||
283 | theme: | ||
284 | default: 'default' | ||