Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Update .env_template
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed May 6, 2017
1 parent e3f82b3 commit 63c38f7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .env_template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
##### API Server settings #####
# Hostname for the API server to bind to
API_HOST=localhost

# Port for the API server to bind to
API_PORT=3000

# Settings for the BigchainDB node that the API server should connect to
BDB_NODE_HOST=localhost
BDB_NODE_PORT=9984

# BigchainDB's MongoDB instance
MONGODB_HOST=127.0.0.1
MONGODB_PORT=27017
MONGODB_REPLICASET=bigchain-rs

# A flag stating whether or not the application should allow browsers to access
# from a remote domain
CORS_PROTECTION=True

# run `omi-api keypair` to generate the values
OMI_PUBLIC_KEY=
OMI_PRIVATE_KEY=

0 comments on commit 63c38f7

Please sign in to comment.