@@ -20,6 +20,9 @@ spring:
2020 platform : h2
2121 driverClassName : org.h2.Driver
2222 url : jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
23+ # platform: postgres
24+ # driverClassName: org.postgresql.Driver
25+ # url: jdbc:postgresql://localhost:5432/lsss
2326
2427 username : spring
2528 password : spring
@@ -36,6 +39,7 @@ spring:
3639
3740 jpa :
3841 database-platform : org.hibernate.dialect.H2Dialect
42+ # database-platform: org.hibernate.dialect.PostgreSQLDialect
3943
4044 show-sql : false
4145 hibernate.ddl-auto : create-drop
5054 # Framework app properties #
5155 # ###########################
5256 # edu.tamu.weaver.auth.service.UserCredentialsService
53- authority.admins : 402001311,613001223,102001721,222004429,709005486,523008230,724001395,123456789
57+ authority.admins : 402001311,613001223,102001721,222004429,709005486,523008230,724001395,123456789,512004707,427008012
5458 security :
5559 # edu.tamu.weaver.auth.service.CryptoService
5660 secret : verysecretsecret
5761 # edu.tamu.weaver.filter.CorsFilter
58- allow-access : http://localhost,http://localhost:8080,http://machuff.tamu.edu,http://janus.evans.tamu.edu,http://savell.evans.tamu.edu,http://jmicah.tamu.edu
62+ allow-access : http://localhost,http://localhost:8080,http://machuff.tamu.edu,http://janus.evans.tamu.edu,http://savell.evans.tamu.edu,http://jmicah.tamu.edu,http://laddusaw.tamu.edu,http://muninn.evans.tamu.edu:8080
5963 # edu.tamu.weaver.email.config.WeaverEmailConfig
6064 email :
6165 host : relay.tamu.edu
9498 uin : tamuuin
9599 lastName : tdl-sn
96100 firstName : tdl-givenname
97- email : tdl-mail
101+ email : tdl-mail
0 commit comments