|
@@ -0,0 +1,38 @@
|
|
1
|
+# ===============================
|
|
2
|
+# TOMCAT
|
|
3
|
+# ===============================
|
|
4
|
+#server.address=127.0.0.1
|
|
5
|
+#server.error.whitelabel.enabled=true
|
|
6
|
+## ===============================
|
|
7
|
+## = LOGGING
|
|
8
|
+## ===============================
|
|
9
|
+#logging.level.org.springframework.web=DEBUG
|
|
10
|
+#logging.level.org.hibernate=ERROR
|
|
11
|
+#
|
|
12
|
+## ===============================
|
|
13
|
+## = DATA SOURCE
|
|
14
|
+## ===============================
|
|
15
|
+#spring.datasource.url=jdbc:mysql://localhost:3306/pcap
|
|
16
|
+#spring.datasource.username=root
|
|
17
|
+#spring.datasource.password=
|
|
18
|
+#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
19
|
+#spring.datasource.tomcat.max-wait=10000
|
|
20
|
+#spring.datasource.tomcat.max-active=5
|
|
21
|
+#spring.datasource.tomcat.test-on-borrow=true
|
|
22
|
+#
|
|
23
|
+## ===============================
|
|
24
|
+## = JPA / HIBERNATE
|
|
25
|
+## ===============================
|
|
26
|
+#spring.jpa.show-sql = true
|
|
27
|
+#spring.jpa.hibernate.ddl-auto = create-drop
|
|
28
|
+##change to update once functional
|
|
29
|
+
|
|
30
|
+#app.config.redis.host=localhost
|
|
31
|
+#app.config.redis.port=6379
|
|
32
|
+#app.config.redis.user=
|
|
33
|
+#app.config.redis.password=
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+spring.redis.host= localhost
|
|
37
|
+
|
|
38
|
+spring.redis.port= 6379
|