ansible/roles/docker/templates/hoarder-env.j2

5 lines
207 B
Plaintext
Raw Normal View History

2024-08-14 17:02:13 +02:00
HOARDER_VERSION=release
NEXTAUTH_SECRET={{ hoarder_nextauth_secret }}
MEILI_MASTER_KEY={{ hoarder_meili_master_key }}
NEXTAUTH_URL=https://bookmarks.thesatelliteoflove.com
OPENAI_API_KEY={{ openai_api_key }}