Skip to content

Commit

Permalink
Merge branch '397-add-the-additions-of-the-env-file-to-the-env-file-e…
Browse files Browse the repository at this point in the history
…xample' into 'dev'

fix: Update .env.example file with the latest data from .env

Closes #397

See merge request ergo/rosen-bridge/ui!330
  • Loading branch information
vorujack committed Oct 19, 2024
2 parents 88d3cfa + 5d0c188 commit ca7cf5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-nails-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/rosen-app': patch
---

Updated the .env.example file with the latest data from the .env file
2 changes: 2 additions & 0 deletions apps/rosen/.env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
CARDANO_KOIOS_API=''
ERGO_EXPLORER_API=''
BITCOIN_ESPLORA_API=''
ETHEREUM_BLAST_API=
NEXT_PUBLIC_ERGO_LOCK_ADDRESS=''
NEXT_PUBLIC_CARDANO_LOCK_ADDRESS=''
NEXT_PUBLIC_BITCOIN_LOCK_ADDRESS=''
NEXT_PUBLIC_ETHEREUM_LOCK_ADDRESS=''
NEXT_PUBLIC_FEE_CONFIG_TOKEN_ID=''

POSTGRES_URL= # postgresql://username:password@host:port/databasename
Expand Down

0 comments on commit ca7cf5b

Please sign in to comment.