mirror of
https://github.com/YunoHost-Apps/selfoss_ynh.git
synced 2024-09-03 20:16:21 +02:00
Update config.ini
This commit is contained in:
parent
c9a386b289
commit
1d81aa43a2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[globals]
|
||||
|
||||
db_type=sqlite
|
||||
db_file=file:data/sqlite/selfoss.db
|
||||
db_file=__FINALPATH__/data/sqlite/selfoss.db
|
||||
db_host=localhost
|
||||
db_database=selfoss
|
||||
db_username=__APP__
|
||||
|
@ -9,7 +9,7 @@ db_password=
|
|||
db_port=
|
||||
db_prefix=
|
||||
|
||||
logger_destination=file:data/logs/default.log
|
||||
logger_destination=__FINALPATH__/data/logs/default.log
|
||||
logger_level=ERROR
|
||||
items_perpage=50
|
||||
items_lifetime=30
|
||||
|
|
Loading…
Reference in a new issue