@@ -6,7 +6,7 @@ security.basic.enabled: false
66
77spring.template.cache : false
88
9- spring.profiles.active : production
9+ spring.profiles.active : default
1010
1111spring.datasource.username : spring
1212spring.datasource.password : spring
@@ -29,10 +29,8 @@ spring.jpa.hibernate.ddl-auto: create-drop
2929
3030
3131# logging
32- logging.level.org.tdl : INFO
3332logging.level.edu.tamu : INFO
34- logging.level.org.springframework :INFO
35- logging.level.ro.isdc.wro : INFO
33+ logging.level.org.springframework : INFO
3634
3735logging.file : logs/lsss.log
3836
@@ -74,19 +72,19 @@ app.security.secret: verysecretsecret
7472
7573# ###############################################################
7674# edu.tamu.weaver.filter.CorsFilter
77- app.security.allow-access : http://localhost,http://localhost:${server.port},http:// laddusaw.tamu.edu,http://laddusaw.tamu.edu:${server.port},http:// janus.evans.tamu.edu,http://janus .evans.tamu.edu:${server.port}
75+ app.security.allow-access : http://localhost,http://laddusaw.tamu.edu,http://janus.evans.tamu.edu,http://muninn .evans.tamu.edu:8080
7876# ###############################################################
7977
8078# ###############################################################
8179# edu.tamu.weaver.email.config.WeaverEmailConfig
8280app.email.host : relay.tamu.edu
8381app.email.from : noreply@library.tamu.edu
84- app.email.replyTo : dev @library.tamu.edu
82+ app.email.replyTo : helpdesk @library.tamu.edu
8583# ###############################################################
8684
8785# ###############################################################
8886# edu.tamu.weaver.reporting.controller.ReportingController
89- app.reporting.address : dev@tdl.org
87+ app.reporting.address : helpdesk@library.tamu.edu
9088# ###############################################################
9189
9290# ###############################################################
0 commit comments