Initial infrastructure setup
This commit is contained in:
commit
91f4ba3dbf
7 changed files with 754 additions and 0 deletions
17
.env.example
Normal file
17
.env.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# PostgreSQL
|
||||
POSTGRES_PASSWORD=change-me-to-a-strong-password
|
||||
|
||||
# Cloudflare DNS Challenge
|
||||
CLOUDFLARE_DNS_API_TOKEN=your-cloudflare-api-token-here
|
||||
ACME_EMAIL=lorentz@wulfconsulting.com
|
||||
|
||||
# Domains
|
||||
DEV_DOMAIN=dev.quest.vorteq.wulf.cloud
|
||||
TEST_DOMAIN=testing.vorteq.wulf.cloud
|
||||
PROD_DOMAIN=quest.vorteq.wulf.cloud
|
||||
TRAEFIK_DOMAIN=traefik.vorteq.wulf.cloud
|
||||
|
||||
# Better-Auth Secrets (generate with: openssl rand -base64 32)
|
||||
DEV_AUTH_SECRET=your-dev-secret-here
|
||||
TEST_AUTH_SECRET=your-test-secret-here
|
||||
PROD_AUTH_SECRET=your-prod-secret-here
|
||||
Loading…
Add table
Add a link
Reference in a new issue