Laminar: Add some more default options
This commit is contained in:
parent
393a98fe02
commit
b7fb14126a
1 changed files with 5 additions and 1 deletions
|
@ -10,8 +10,12 @@ DatabaseServer: "localhost"
|
|||
DatabaseName: "photoprism"
|
||||
DatabaseUser: "photoprism"
|
||||
DatabasePassword: "SED_DATABASE_PASSWORD"
|
||||
HttpHost: "::"
|
||||
HttpHost: ""
|
||||
HttpPort: 2342
|
||||
SiteCaption: "AI-Powered Photos App"
|
||||
SiteDescription: ""
|
||||
SiteAuthor: ""
|
||||
SiteUrl: "http://localhost:2342/"
|
||||
HttpCompression: "gzip"
|
||||
DisableTLS: true
|
||||
DefaultTLS: false
|
||||
|
|
Loading…
Add table
Reference in a new issue