Update .env
This commit is contained in:
@@ -21,7 +21,7 @@ NATS_URL=nats://72.60.83.46:4222
|
||||
|
||||
# ─── Federation (ActivityPub) ─────────────────────────────────────────────────
|
||||
# Public URL of this instance (no trailing slash)
|
||||
INSTANCE_URL=https://forgebucket.asgardlabs.net
|
||||
INSTANCE_URL=https://forgebucket.dokploy.second-breakfast.dev
|
||||
INSTANCE_NAME=ForgeBucket
|
||||
|
||||
# ─── OIDC / OAuth2 (optional) ────────────────────────────────────────────────
|
||||
@@ -31,7 +31,7 @@ INSTANCE_NAME=ForgeBucket
|
||||
|
||||
# ─── Dev only ─────────────────────────────────────────────────────────────────
|
||||
# Set to true to disable Secure cookies and enable verbose logging
|
||||
DEBUG=true
|
||||
DEBUG=false
|
||||
|
||||
# PEM-encoded ECDSA P-256 private key. If empty, an ephemeral key is generated
|
||||
# at startup (signatures will not survive restart). Generate with:
|
||||
|
||||
Reference in New Issue
Block a user