Files
zuauth/example/.env
2023-11-07 12:01:13 +01:00

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"