fix(admin): persist data directory and pass env vars
This commit is contained in:
parent
99e8201745
commit
1d7e7c41c9
39 changed files with 1297 additions and 32 deletions
|
|
@ -1,5 +1,11 @@
|
|||
NEXT_PUBLIC_SITE_URL=http://localhost:3010
|
||||
|
||||
# Admin Foundation
|
||||
ADMIN_EMAIL=admin@funktechnik-schubert.local
|
||||
ADMIN_PASSWORD=change-me
|
||||
ADMIN_SESSION_SECRET=change-me-with-a-long-random-secret
|
||||
AUTH_COOKIE_SECURE=false
|
||||
|
||||
# Optional spaetere Integration. Nicht im Browser verwenden.
|
||||
OLYMPUS_INTAKE_API_URL=
|
||||
OLYMPUS_INTAKE_API_TOKEN=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue