1
0
Fork 0
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:
ericgaspar 2022-03-22 16:02:54 +01:00
parent e5acb27430
commit d6e1e45ace
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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