From 686c677edc3a739cd8afdf6d20837fef202cbfe7 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 14 Feb 2024 11:19:05 +0000 Subject: chore: Consolidate all config vars in one file --- .env.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .env.sample (limited to '.env.sample') diff --git a/.env.sample b/.env.sample new file mode 100644 index 00000000..fd160adb --- /dev/null +++ b/.env.sample @@ -0,0 +1,18 @@ +# Must have a scheme in the beginning (e.g. file://) +# DATABASE_URL= +# LOG_LEVEL="debug" + +# Redis for BullMQ + +# REDIS_HOST= +# REDIS_PORT= + +# OpenAI + +# OPENAI_API_KEY= + +# Authentik for auth + +# AUTHENTIK_ID= +# AUTHENTIK_SECRET= +# AUTHENTIK_ISSUER= -- cgit v1.2.3-70-g09d2