|
@@ -1,13 +1,4 @@
|
1
|
|
-## H2
|
2
|
|
-#spring.h2.console.enabled=true
|
3
|
|
-#spring.h2.console.path=/h2
|
4
|
|
-#
|
5
|
|
-## Datasource
|
6
|
|
-#spring.datasource.url=jdbc:h2:file:~/test
|
7
|
|
-#spring.datasource.username=sa
|
8
|
|
-#spring.datasource.password=
|
9
|
|
-#spring.datasource.driver-class-name=org.h2.Driver
|
10
|
|
-
|
|
1
|
+#PostGresql set up
|
11
|
2
|
spring.datasource.url= jdbc:postgresql://localhost:5432/thevault
|
12
|
3
|
spring.datasource.username=postgres
|
13
|
4
|
spring.datasource.password=ZipCode4dot1
|
|
@@ -18,16 +9,3 @@ spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
|
18
|
9
|
|
19
|
10
|
# Because detection is disabled you have to set correct dialect by hand.
|
20
|
11
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
|
21
|
|
-
|
22
|
|
-#spring.datasource.url=jdbc:mysql://localhost:3306/zipLine?useSSL=false
|
23
|
|
-#spring.datasource.username=root
|
24
|
|
-#spring.datasource.password=Calcifer1650
|
25
|
|
-#
|
26
|
|
-## The SQL dialect makes Hibernate generate better SQL for the chosen database
|
27
|
|
-#spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
|
28
|
|
-#
|
29
|
|
-## Hibernate ddl auto (create, create-drop, validate, update)
|
30
|
|
-#spring.jpa.hibernate.ddl-auto = update
|
31
|
|
-#
|
32
|
|
-#logging.level.org.hibernate.SQL=DEBUG
|
33
|
|
-#logging.level.org.hibernate.type=TRACE
|