10 lines
385 B
INI
10 lines
385 B
INI
spring.application.name=Nexus
|
|
spring.config.activate.on-profile=local
|
|
|
|
spring.datasource.password=SnLcLToyTLVlTmODy9X8WkJLxD5M6i7rFJEQPUgnrIqwH9zYpkX7rczfH8wcPSD1
|
|
spring.datasource.username=nexus
|
|
spring.datasource.url=jdbc:postgresql://129.153.206.118:5676/nexusdb
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
spring.jpa.show-sql=true |