getting ready for production
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
spring.datasource.platform=h2
|
||||
security.user.name=sa
|
||||
security.user.password=
|
||||
server.port=8084
|
||||
|
||||
|
||||
# for production
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
|
||||
spring.datasource.url=jdbc:h2:tcp://localhost/transactions
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=PASSWORD
|
||||
|
||||
|
||||
server.port=8080
|
||||
|
||||
Reference in New Issue
Block a user