initial commit add yml files
This commit is contained in:
2
api-gateway.yml
Executable file
2
api-gateway.yml
Executable file
@ -0,0 +1,2 @@
|
||||
server:
|
||||
port: 9999
|
22
service-a.yml
Executable file
22
service-a.yml
Executable file
@ -0,0 +1,22 @@
|
||||
server:
|
||||
port: 8085
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://85.198.8.43:7832/mmrztest
|
||||
username: mmrz
|
||||
password: fEWp7g44rHf8
|
||||
# Uncomment below to use localhost config instead
|
||||
# url: jdbc:postgresql://localhost:5432/version
|
||||
# username: cloud
|
||||
# password: cloud
|
||||
# url: jdbc:postgresql://localhost:5432/mmaddb
|
||||
# username: mmad
|
||||
# password: me9775
|
||||
|
||||
liquibase:
|
||||
change-log: classpath:db/changelog/liquibase-master.xml
|
||||
|
||||
sql:
|
||||
init:
|
||||
mode: always
|
Reference in New Issue
Block a user