18 lines
631 B
INI
18 lines
631 B
INI
spring.application.name=app
|
|
server.port=9091
|
|
springdoc.swagger-ui.path=/swagger-ui.html
|
|
|
|
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/auth
|
|
graph.http-port:2480
|
|
graph.postgres-port:5432
|
|
graph.host=192.168.178.50
|
|
graph.graph-name=auth |