added updated code for test env
[it/otf.git] / otf-robot-test-head / Dockerfile
index 95b7c2b..ce801b7 100644 (file)
@@ -10,9 +10,10 @@ ENV APP_NAME=otf-robot-test-head
 ENV APP_VERSION=1.0\r
 ENV OTF_MONGO_HOSTS=localhost:27017/\r
 ENV OTF_MONGO_DATABASE=otf\r
-ENV OTF_MONGO_REPLICASET=mongoOTF\r
+ENV OTF_MONGO_REPLICASET=rs0\r
 ENV OTF_MONGO_USERNAME=username\r
 ENV OTF_MONGO_PASSWORD=password\r
+ENV APP_SETTINGS=app.configuration.DevelopmentConfiguration\r
 \r
 RUN python --version\r
 \r