remove preact and create setup wizard
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Required for deployed passkeys and device authorization URLs.
|
||||
CAIRNQUIRE_PUBLIC_ORIGIN=https://cairnquire.example.com
|
||||
|
||||
# Optional SMTP settings. The bundled Compose file defaults to its local
|
||||
# Mailpit service so notifications can be inspected during initial deployment.
|
||||
CAIRNQUIRE_EMAIL_SMTP_HOST=mailpit
|
||||
CAIRNQUIRE_EMAIL_SMTP_PORT=1025
|
||||
CAIRNQUIRE_EMAIL_FROM=notifications@cairnquire.local
|
||||
|
||||
# Optional: INFO, DEBUG, WARN, or ERROR.
|
||||
CAIRNQUIRE_LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user