|
@@ -1,14 +0,0 @@
|
|
|
-#!/bin/bash
|
|
|
-#Source this file if using default mongo settings from readme
|
|
|
-# if i've done my work correctly, this file will be defunct
|
|
|
-# refer to config folder for new method
|
|
|
-export API_PORT=8081
|
|
|
-export GRPC_PORT=50051
|
|
|
-export MONGO_USER=mongoadmin
|
|
|
-export MONGO_PASS=mongopass
|
|
|
-export MONGO_HOST=localhost
|
|
|
-export MASTER_KEY=c4tsRc001
|
|
|
-export MONGO_PORT=27017
|
|
|
-export MONGO_OPTS='/?authSource=admin'
|
|
|
-export MASTER_TOKEN="mastertoken"
|
|
|
-export CREATE_KEY="newnode123"
|