Skip to content

Commit

Permalink
fix: env var ENV should be "development" so that cors uses http rathe…
Browse files Browse the repository at this point in the history
…r than https protocol for local run

comment
  • Loading branch information
Pascal-Delange committed Apr 3, 2024
1 parent 8c745b2 commit fa61979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#############
# SHARED ENV VARIABLES
#############
ENV=production

# required if running locally with MARBLE_APP_HOST=localhost:XXXX (some features will be broken if running with localhost and ENV=production)
ENV=development

# Firebase options
# The distinction between client and server is necessary when running in docker-compose because
Expand Down

0 comments on commit fa61979

Please sign in to comment.