X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-robot-test-head%2FDockerfile;fp=otf-robot-test-head%2FDockerfile;h=ce801b70fbce350ca1960d0d73e9145192d016b7;hp=95b7c2b019151e0316e31877185dc0dba76abb15;hb=392cca7a80edc84824d6521e85b54f693765bd60;hpb=25d4860be0053f0d3f27cf03947bf05a15f03f62 diff --git a/otf-robot-test-head/Dockerfile b/otf-robot-test-head/Dockerfile index 95b7c2b..ce801b7 100644 --- a/otf-robot-test-head/Dockerfile +++ b/otf-robot-test-head/Dockerfile @@ -10,9 +10,10 @@ ENV APP_NAME=otf-robot-test-head ENV APP_VERSION=1.0 ENV OTF_MONGO_HOSTS=localhost:27017/ ENV OTF_MONGO_DATABASE=otf -ENV OTF_MONGO_REPLICASET=mongoOTF +ENV OTF_MONGO_REPLICASET=rs0 ENV OTF_MONGO_USERNAME=username ENV OTF_MONGO_PASSWORD=password +ENV APP_SETTINGS=app.configuration.DevelopmentConfiguration RUN python --version