First Commit
This commit is contained in:
10
src/main/resources/application-local.properties
Normal file
10
src/main/resources/application-local.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user