1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

Switching to Mysql

This commit is contained in:
Limezy 2022-06-04 14:22:23 +07:00
parent 0e088d2596
commit e0f3bf167e

View file

@ -11,8 +11,11 @@ HttpServerHost: 127.0.0.1
HttpMode: release
HttpPort: __PORT__
HttpPassword:
DatabaseDriver: sqlite
DatabaseDsn: .photoprism.db
DatabaseDriver: MySQL
DatabaseServer: 127.0.0.1
DatabaseName: photoprism
DatabaseUser: photoprism
DatabasePassword: __DB_PWD__
Theme: lavendel
Language: __LANGUAGE_KEY__
SiteDescription: __APP__