Added ENV support for aerospike, rethinkdb and mongodb. Part of #763.

This commit is contained in:
Sascha Brendel
2017-05-09 01:31:00 +02:00
parent 264bec8806
commit 546ef0ade6
2 changed files with 20 additions and 6 deletions

View File

@ -215,6 +215,20 @@ BLACKFIRE_CLIENT_TOKEN=<client_token>
BLACKFIRE_SERVER_ID=<server_id>
BLACKFIRE_SERVER_TOKEN=<server_token>
### AEROSPIKE ##########################################################################################################
AEROSPIKE_SERVICE_PORT=3000
AEROSPIKE_FABRIC_PORT=3001
AEROSPIKE_HEARTBEAT_PORT=3002
AEROSPIKE_INFO_PORT=3003
### RETHINKDB ##########################################################################################################
RETHINKDB_PORT=8090
### MONGODB ############################################################################################################
MONGODB_PORT=27017
##### TO BE CONTINUE .................................