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:
parent
0e088d2596
commit
e0f3bf167e
1 changed files with 5 additions and 2 deletions
|
@ -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__
|
Loading…
Add table
Reference in a new issue