Skip to content

Commit

Permalink
Add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 8, 2024
1 parent d1173bc commit a9e302b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env*.local
.env*

# vercel
.vercel
Expand Down
7 changes: 7 additions & 0 deletions deployment/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REGISTRY_BASE=docker.io/ccva
STACK_NAME=ccva
DEPLOY_BASE_DOMAIN=ccv.cardanoapi.io
IMAGE_VERSION_TAG=v1
METADATA_API_DATABASE_URL=postgres://drep_id:xxxxxxxxxxx@postgres/drep_metadata
CARDANO_NETWORK=preprod
GITHUB_TOKEN=XXXXX

0 comments on commit a9e302b

Please sign in to comment.