-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 793 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy to .env to override defaults before running `docker compose up`.
# .env is gitignored — never commit real credentials.
# Passwords for the seeded accounts. Both are OPTIONAL: when unset they fall back
# to the compiled-in defaults (Admin123! / User123!), which are what the login
# page's quick-login buttons use.
#
# Those defaults are published in this repository — set these before exposing the
# deployment to anyone else, and turn off the "Show Test Accounts" setting.
SEED_ADMIN_PASSWORD=
SEED_USER_PASSWORD=
# PostgreSQL password for the bundled database container.
# Defaults to "simplemodule" when unset — override for anything exposed.
POSTGRES_PASSWORD=simplemodule
# Public base URL, used by OpenIddict to register redirect URIs.
APP_BASE_URL=http://localhost:8080