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
e5acb27430
commit
d6e1e45ace
1 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
|||
[globals]
|
||||
|
||||
db_type=sqlite
|
||||
db_file=__FINALPATH__/database.db
|
||||
db_file=data/sqlite/selfoss.db
|
||||
db_host=localhost
|
||||
db_database=selfoss
|
||||
db_username=__APP__
|
||||
db_password=
|
||||
db_port=
|
||||
db_prefix=
|
||||
|
||||
logger_destination=file:data/logs/default.log
|
||||
logger_level=ERROR
|
||||
items_perpage=50
|
||||
items_lifetime=30
|
||||
|
|
Loading…
Add table
Reference in a new issue