25 lines
920 B
Properties
25 lines
920 B
Properties
spring.application.name=app
|
|
server.port=9090
|
|
springdoc.swagger-ui.path=/swagger-ui.html
|
|
|
|
#spring.flyway.user=flyway_user
|
|
#spring.flyway.password=7e7v55UcYGrY0e3UPYI0qtyMA4YJ1ZkTEaoyZ252GluFkiEMHVT9U5ULS7Rg2rGi
|
|
#spring.flyway.schemas=flyway_db
|
|
#spring.flyway.url=jdbc:postgresql://192.168.178.50:7654/flyway_db
|
|
#spring.flyway.locations=classpath:com/stktrk/app/db/migrations
|
|
|
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
spring.datasource.url= jdbc:postgresql://192.168.178.50:7654/flyway_db
|
|
spring.datasource.username=flyway_user
|
|
spring.datasource.password=7e7v55UcYGrY0e3UPYI0qtyMA4YJ1ZkTEaoyZ252GluFkiEMHVT9U5ULS7Rg2rGi
|
|
spring.datasource.defaultSchema=flyway_db
|
|
spring.datasource.hikari.schema=flyway_db
|
|
|
|
graph.user=root
|
|
graph.password=playwithdata
|
|
graph.connection=jdbc:postgresql://192.168.178.50:5432/graph
|
|
graph.http-port:2480
|
|
graph.postgres-port:5432
|
|
graph.host=192.168.178.50
|
|
graph.graph-name=graph |