export POSTGRESQL_HOST=localhost export POSTGRESQL_PORT=5432 export POSTGRESQL_USER=dstore export POSTGRESQL_PASSWORD=dstore export ELASTICSEARCH_HOST=http://localhost:9200 export QUEUE_CLIENT="kue" export DSTORE_PATH=/opt/dstore export LEVEL_PATH="$DSTORE_PATH/storage/level" export PROJECT_FILE_PATH="$DSTORE_PATH/storage/blueprint" export STORES=postgresql,elasticsearch,level export API_PORT=2020