sjana | 23dad81 | 2020-05-08 14:13:38 -0400 | [diff] [blame] | 1 | #! /bin/bash |
2 | |||||
3 | export RMR_SEED_RT="../init/routes.txt" | ||||
4 | export RMR_RTG_SVC="9999" | ||||
5 | export MSG_MAX_BUFFER="2072" | ||||
6 | export THREADS="1" | ||||
7 | export VERBOSE="0" | ||||
8 | export CONFIG_FILE="config/config-file.json" | ||||
9 | export XAPP_ID="3489-er492k-92389" | ||||
10 | export LOG_LEVEL="MDCLOG_ERR" | ||||
11 | export DBAAS_SERVICE_HOST="127.0.0.1" | ||||
12 | export DBAAS_SERVICE_PORT="6379" | ||||
13 | |||||
14 |