diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index bcc134d..c908e16 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -4,7 +4,7 @@ management.server.port=8021 ####################################### # Database ####################################### -data.mongodb.uri=mongodb://mongoadmin:secret@localhost:27888/fse +data.mongodb.uri=mongodb://mongoadmin:secret@localhost:27888 data.mongodb.schema-name=FSE_GTW ####################################### diff --git a/src/main/resources/application-docker.properties b/src/main/resources/application-docker.properties index ebd8171..bd2e96e 100644 --- a/src/main/resources/application-docker.properties +++ b/src/main/resources/application-docker.properties @@ -4,12 +4,13 @@ management.server.port=8021 ####################################### # Database ####################################### -data.mongodb.uri=mongodb://mongoadmin:secret@host.docker.internal:27888/fse +data.mongodb.uri=mongodb://mongoadmin:secret@mongo:27017 +data.mongodb.schema-name=FSE_GTW ####################################### # Client Config ####################################### -eds-ingestion.url.host=http://host.docker.internal:9087 +eds-ingestion.url.host=http://it-fse-srv-ingestion:9087 ####### LOGGING OUTPUT FORMAT ############ # Must be one of console, json diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 40359b6..2a1c2e0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -36,7 +36,7 @@ log.output.format=console ####################################### # DATASOURCE DB ####################################### -data.mongodb.uri=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@:/ +data.mongodb.uri=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@: data.mongodb.schema-name=${MONGO_DBNAME} #######################################