Projekt

Obecné

Profil

Stáhnout (752 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
server.servlet.context-path=/api
2

    
3
spring.datasource.url=${JDBC_URL}
4
spring.datasource.username=${JDBC_USERNAME}
5
spring.datasource.password=${JDBC_PASSWORD}
6
spring.datasource.driver-class-name=${JDBC_DRIVER}
7

    
8
#populate these from your google oauth2 setup
9
#https://www.baeldung.com/spring-security-5-oauth2-login
10
spring.security.oauth2.client.registration.google.client-id=${OAUTH2_GOOGLE_CLIENT_ID}
11
spring.security.oauth2.client.registration.google.client-secret=${OAUTH2_GOOGLE_CLIENT_SECRET}
12

    
13
#comma-separated list of allowed domains, leave empty for all
14
ymanager.oauth2.client.google.allowed-domains=${OAUTH2_GOOGLE_ALLOWED_DOMAINS}
15

    
16
#comma-separated list of allowed origins, use asterisk for all
17
ymanager.cors.allowed-origins=${CORS_ALLOWED_ORIGINS}
(3-3/4)