Remove removed config variables from config.yml

This commit is contained in:
Aurora Lahtela 2023-10-01 07:30:48 +03:00
parent 159d3fe3f4
commit 8b70decff8
2 changed files with 2 additions and 8 deletions

View File

@ -20,7 +20,6 @@ Plugin:
# Display update notification on the website
Check_for_updates: true
Notify_about_DEV_releases: false
Use_Legacy_Frontend: false
# -----------------------------------------------------
# Supported databases: MySQL
# -----------------------------------------------------
@ -260,6 +259,4 @@ Plugins:
# https://docs.tebex.io/store/faq#how-can-i-find-my-secret-key
Secret: "-"
Customized_files:
Path: "web"
# Web dev mode enables all customized files and disables webserver resource cache for instant changes on browser refresh.
Enable_web_dev_mode: false
Path: "web"

View File

@ -20,7 +20,6 @@ Plugin:
Notify_about_DEV_releases: false
Configuration:
Allow_proxy_to_manage_settings: true
Use_Legacy_Frontend: false
# -----------------------------------------------------
# Supported databases: SQLite, MySQL
# -----------------------------------------------------
@ -271,6 +270,4 @@ Plugins:
HideTowns:
- ExampleTown
Customized_files:
Path: "web"
# Web dev mode enables all customized files and disables webserver resource cache for instant changes on browser refresh.
Enable_web_dev_mode: false
Path: "web"