Skip to content

Commit

Permalink
add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Oct 16, 2024
1 parent c7ff62f commit 9572670
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NEXT_PUBLIC_BASE_PATH=/ammo
NEXT_PUBLIC_KEYCLOAK_BASE_URL=https://your-keycloak-url.org
NEXT_PUBLIC_KEYCLOAK_REALM=your-realm
NEXT_PUBLIC_KEYCLOAK_CLIENT_ID=your-client-id
IMAGE_API_URL=https://your-image-server-example.com
AUTH_API_PATH=https://your-auth-server-example.com

0 comments on commit 9572670

Please sign in to comment.