Aerospike environment (#2119)

* aerospike's config file is not being used but overwritten on container start
* added environment variable handling for aerospike configuration
This commit is contained in:
Daniel Seif
2019-05-09 07:41:09 +02:00
committed by Shao Yu-Lung (Allen)
parent 4417083a80
commit e8d84cf9a3
4 changed files with 7 additions and 81 deletions

View File

@ -383,6 +383,9 @@ AEROSPIKE_SERVICE_PORT=3000
AEROSPIKE_FABRIC_PORT=3001
AEROSPIKE_HEARTBEAT_PORT=3002
AEROSPIKE_INFO_PORT=3003
AEROSPIKE_STORAGE_GB=1
AEROSPIKE_MEM_GB=1
AEROSPIKE_NAMESPACE=test
### RETHINKDB #############################################