Skip to content

Commit

Permalink
change .env to use http by default (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip authored Nov 1, 2024
1 parent e105495 commit 786acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COOKIE_PRIVATE_KEY= # unique random key, use uuidgen to populate
WORKER_PRIVATE_KEY= # unique random key, use uuidgen to populate. different from COOKIE_PRIVATE_KEY
CONFIG_NAME=chis-ke # Name of the configuration
INTERFACE=0.0.0.0 # Leave as '0.0.0.0' for prod, suggest '127.0.0.1' for development
CHT_DEV_HTTP=false # 'true' for http 'false' for https
CHT_DEV_HTTP=true # 'true' for http 'false' for https
CHT_DEV_URL_PORT=localhost:5984 # where your dev CHT instance is, hostname:port

# uncomment for local development ( `npm run dev`)
Expand Down

0 comments on commit 786acef

Please sign in to comment.