Photoprism: Generate mariadb and admin pwd
This commit is contained in:
parent
33702a70f5
commit
ad3a0b3764
2 changed files with 8 additions and 5 deletions
|
@ -3,12 +3,13 @@ StoragePath: "/opt/photoprism/storage"
|
|||
OriginalsPath: "/opt/photoprism/originals"
|
||||
ImportPath: "/mnt"
|
||||
AdminUser: "admin"
|
||||
AdminPassword: "insecure"
|
||||
AdminPassword: "SED_ADMIN_PASSWORD"
|
||||
AuthMode: "password"
|
||||
DatabaseDriver: "mysql"
|
||||
DatabaseServer: "localhost"
|
||||
DatabaseName: "photoprism"
|
||||
DatabaseUser: "photoprism"
|
||||
DatabasePassword: "SED_DATABASE_PASSWORD"
|
||||
HttpHost: "::"
|
||||
HttpPort: 2342
|
||||
HttpCompression: "gzip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue