mirror of
https://github.com/cedoor/zuauth.git
synced 2026-01-09 12:47:58 -05:00
5 lines
222 B
Bash
5 lines
222 B
Bash
# DO NOT ADD SECRETS TO THIS FILE. This is a good place for defaults.
|
|
# If you want to add secrets use `.env.local` instead.
|
|
|
|
IRON_COOKIE_NAME="myapp_cookiename"
|
|
IRON_PASSWORD="complex_password_at_least_32_characters_long" |