From 63c38f78ed871f322ecf45e5c4d548d55ff8b36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Sat, 6 May 2017 16:30:45 +0200 Subject: [PATCH] Update .env_template --- .env_template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .env_template diff --git a/.env_template b/.env_template new file mode 100644 index 0000000..b72c784 --- /dev/null +++ b/.env_template @@ -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=