mirror of
https://github.com/runyanjake/olomana.git
synced 2026-06-25 08:04:52 -07:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
# Generate with: openssl rand -hex 32
|
|
APP_SECRET=replace_with_long_random_secret
|
|
|
|
# PostgreSQL password (used by both the db container and Docmost's DATABASE_URL)
|
|
POSTGRES_PASSWORD=replace_with_strong_password
|