Skip to content

Commit

Permalink
cicd: re-add URL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Mar 7, 2024
1 parent a0b64fb commit dd5f033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# All possible environment variables for the frontend (set at build time **will end up in source code!!!**)
# For development only variables, see `.env.development`

# Base URL for the app (e.g. http://localhost:9091 or https://app.colony.io)
URL="http://localhost:9091"

# Network the CDapp is deployed to
NETWORK_ID="ganache"

Expand Down
1 change: 1 addition & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Environment variables for the frontend in development mode

URL="http://localhost:9091"
NETWORK_ID="ganache"
SAFE_ENABLED="false"
REPUTATION_ORACLE_ENDPOINT="http://localhost:3001/reputation/local"
Expand Down

0 comments on commit dd5f033

Please sign in to comment.