Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse openK User Modules
org.eclipse.openk-usermodules.gridFailureInformation.backend
Commits
40c2b155
Commit
40c2b155
authored
Nov 17, 2020
by
Frank Dietrich
Browse files
Configure back to postgres
parent
b388435e
Changes
2
Hide whitespace changes
Inline
Side-by-side
addressImport/src/main/resources/application.yml
View file @
40c2b155
...
...
@@ -13,18 +13,18 @@
spring
:
datasource
:
## ---- postgres ---------------------------------------------------
#
url: jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer
#
username: ${GFI_DB_USERNAME}
#
password: ${GFI_DB_PASSWORD}
url
:
jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer
username
:
${GFI_DB_USERNAME}
password
:
${GFI_DB_PASSWORD}
# ------------------------------------------------------------------
## ---- oracle -----------------------------------------------------
enable-oracle-configuration
:
true
url
:
jdbc:oracle:thin:@LIDLORADB2.PTA.DE:1521:NAPDB00
username
:
dietricf
password
:
dietricf000
#
enable-oracle-configuration: true
#
url: jdbc:oracle:thin:@LIDLORADB2.PTA.DE:1521:NAPDB00
#
username: dietricf
#
password: dietricf000
# jpa:
database-platform
:
org.hibernate.dialect.Oracle10gDialect
show-sql
:
false
#
database-platform: org.hibernate.dialect.Oracle10gDialect
#
show-sql: false
#
oracle
:
ucp
:
...
...
gfsBackendService/Dockerfile_DevServer
View file @
40c2b155
...
...
@@ -22,4 +22,4 @@ RUN apk add --no-cache tzdata
COPY /target/grid-failure-information.backend.service.jar /usr/src/cbd/
WORKDIR usr/src/cbd
CMD ["java", "-jar", "-Dspring.profiles.active=oracle", "grid-failure-information.backend.service.jar"]
\ No newline at end of file
CMD ["java", "-jar", "-Dspring.profiles.active=devserver", "grid-failure-information.backend.service.jar"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment