Projekt

Obecné

Profil

Stáhnout (611 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 ebc739a0 Lukas Cerny
server.servlet.context-path=/api
2 5df617eb Lukas Cerny
spring.datasource.url=jdbc:mariadb://db:3306/yamanager
3
spring.datasource.username=user
4
spring.datasource.password=passwd
5 deb64a56 Jakub Danek
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
6
#populate these from your google oauth2 setup
7
#https://www.baeldung.com/spring-security-5-oauth2-login
8
#spring.security.oauth2.client.registration.google.client-id=<client id value here>
9
#spring.security.oauth2.client.registration.google.client-secret=<secret here>
10
#comma-separated list of allowed domains, leave empty for all
11
#ymanager.oauth2.client.google.allowed-domains=domain.com,domain2.com