feat: move storage path setting to configuration file
- change default storage path to /srv/libretime - remove music dirs table - use /tmp for testing storage - storage dir should always have a trailing slash
This commit is contained in:
parent
b3ff2defc4
commit
f7bb6e7592
48 changed files with 464 additions and 4701 deletions
|
@ -17,6 +17,10 @@ general:
|
|||
# Specify a class like LibreTime_Auth_Adaptor_FreeIpa to replace the built-in adaptor
|
||||
auth: local
|
||||
|
||||
storage:
|
||||
# Path of the storage directory, default is /srv/libretime
|
||||
path: /srv/libretime
|
||||
|
||||
database:
|
||||
# The hostname of the PostgreSQL server, default is localhost
|
||||
host: localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue