create example .env files
This commit is contained in:
8
.env.production.example
Normal file
8
.env.production.example
Normal file
@@ -0,0 +1,8 @@
|
||||
OPENROUTER_API_KEY=
|
||||
AUTH_AUTHENTIK_CLIENT_ID=
|
||||
AUTH_AUTHENTIK_CLIENT_SECRET=notsosupersecret
|
||||
AUTH_AUTHENTIK_ISSUER=https://example.com
|
||||
|
||||
NEXTAUTH_URL=https://example.com
|
||||
AUTH_SECRET=supersecret
|
||||
NEXTAUTH_SECRET=supersecret
|
||||
Reference in New Issue
Block a user