longer EXPIRATION time #47

Manually merged
Zonar merged 1 commits from MoreEndpoints into master 2020-09-27 09:11:45 +02:00
Showing only changes of commit 9991e4df5f - Show all commits

View File

@ -8,7 +8,7 @@ services:
ASPNETCORE_ENVIRONMENT: Development ASPNETCORE_ENVIRONMENT: Development
ASPNETCORE_URLS: http://+:80 ASPNETCORE_URLS: http://+:80
SECURITYOPTIONS__SECRET: iewaiwie3aig9wi3chieBai9eephai SECURITYOPTIONS__SECRET: iewaiwie3aig9wi3chieBai9eephai
SECURITYOPTIONS__EXPIRATION: 20 SECURITYOPTIONS__EXPIRATION: 1440 # 24h in minutes
SECURITYOPTIONS__BASEURL: https://logowanie.pg.edu.pl SECURITYOPTIONS__BASEURL: https://logowanie.pg.edu.pl
SECURITYOPTIONS__TOKENPATH: /oauth2.0/accessToken SECURITYOPTIONS__TOKENPATH: /oauth2.0/accessToken
SECURITYOPTIONS__PROFILEPATH: /oauth2.0/profile SECURITYOPTIONS__PROFILEPATH: /oauth2.0/profile