Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Nov 7, 2024
1 parent d65c65c commit 3f3efd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PROVER_ADDRESS="https://zkemail--email-auth-prover-v1-5-2-flask-app.modal.run"

DATABASE_URL="postgres://test@localhost/emailauth_test"
RELAYER_EMAIL_ADDR=
WEB_SERVER_ADDRESS="127.0.0.1:4500"
WEB_SERVER_ADDRESS=127.0.0.1:4500 # For docker-compose, use 0.0.0.0
EMAIL_TEMPLATES_PATH=./eml_templates
REGEX_JSON_DIR_PATH="./src/regex_json"

Expand All @@ -44,4 +44,6 @@ IC_REPLICA_URL="https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=fxmww-qiaaa-

CIRCUITS_DIR_PATH=../circuits

ERROR_EMAIL_ADDR="[email protected]"
ERROR_EMAIL_ADDR="[email protected]"

IC_PEM_CONTENT= # Set the base64-encoded content of ic.pem

0 comments on commit 3f3efd0

Please sign in to comment.