Skip to content

Commit

Permalink
feat(env): add env example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Pojar committed Jun 26, 2024
1 parent 8941fbe commit 3a5d07e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Traefik Service App app environment variables (READ_ONLY)
CLIENT_NAME=''
CLIENT_SECRET=
SERVER_URL=<CENTRAL_API_ENDPOINT>
HOST_ID=<HOST_ID_FROM_CENTRAL_API>
JWT_SECRET=
LOG_FILE_PATH=''
DB_FILE_PATH=''

GO_VERSION=

0 comments on commit 3a5d07e

Please sign in to comment.