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"
|
DatabaseName: "photoprism"
|
||||||
DatabaseUser: "photoprism"
|
DatabaseUser: "photoprism"
|
||||||
DatabasePassword: "SED_DATABASE_PASSWORD"
|
DatabasePassword: "SED_DATABASE_PASSWORD"
|
||||||
HttpHost: "::"
|
HttpHost: ""
|
||||||
HttpPort: 2342
|
HttpPort: 2342
|
||||||
|
SiteCaption: "AI-Powered Photos App"
|
||||||
|
SiteDescription: ""
|
||||||
|
SiteAuthor: ""
|
||||||
|
SiteUrl: "http://localhost:2342/"
|
||||||
HttpCompression: "gzip"
|
HttpCompression: "gzip"
|
||||||
DisableTLS: true
|
DisableTLS: true
|
||||||
DefaultTLS: false
|
DefaultTLS: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue