Skip to content

Commit 176247e

Browse files
committed
added prod profile
1 parent dc7d7fe commit 176247e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
logging.level.web=Debug
3+
# H2 Database
4+
spring.datasource.url=jdbc:h2:file:./TicketSystemDB_dev
5+
spring.datasource.driverClassName=org.h2.Driver
6+
spring.datasource.username=sa
7+
spring.datasource.password=1234
8+
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
9+
spring.h2.console.enabled=true
10+
#spring.jpa.generate-ddl=true
11+
#spring.jpa.hibernate.ddl-auto =create-drop
12+
#logging.level.org.hibernate.SQL=DEBUG
13+
#logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
14+
15+
#security.basic.enabled=false
16+
#management.security.enabled=false
17+
#spring.autoconfigure.exclude[0]=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
18+
19+
#For dev
20+
spring.devtools.restart.additional-paths=static/,templates/
21+
22+
# GreenMail server configuration for development/testing
23+
#spring.mail.username=test
24+
#spring.mail.password=test
25+
#spring.mail.properties.mail.smtp.starttls.required=false
26+
#spring.mail.host=localhost
27+
#spring.mail.port=3025
28+
#spring.mail.protocol=smtp
29+
#spring.mail.properties.mail.transport.protocol=smtp
30+
#spring.mail.properties.mail.smtp.auth=false
31+
#spring.mail.properties.mail.smtp.starttls.enable=false
32+
paynow.return.domain_url=http://localhost:8080
33+
paynow.results.domain_url=https://muskrat-magnetic-escargot.ngrok-free.app

0 commit comments

Comments
 (0)