feat: remove unused web_server_user config entry
- remove InstallStorageDirectory function BREAKING CHANGE: The configuration schema has changed: - The `general.web_server_user` configuration field is not used anymore.
This commit is contained in:
parent
3f6438383f
commit
4d868fac00
4 changed files with 4 additions and 44 deletions
|
@ -19,9 +19,6 @@
|
|||
# api_key: The API key for your Airtime installation.
|
||||
# The value is generated the first time you use Airtime.
|
||||
#
|
||||
# web_server_user: The default webserver user.
|
||||
# The default is www-data.
|
||||
#
|
||||
# base_url: The host name for your webserver.
|
||||
# The default is localhost.
|
||||
#
|
||||
|
@ -59,7 +56,6 @@
|
|||
#
|
||||
[general]
|
||||
api_key =
|
||||
web_server_user = www-data
|
||||
base_url = localhost
|
||||
base_port = 80
|
||||
base_dir = /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue