fix: fixed incorrect envar name (#632)
Signed-off-by: Martin <martin@hotmail.com.br>
This commit is contained in:
parent
0f7d962618
commit
905df50d9d
|
|
@ -8,7 +8,7 @@ services:
|
|||
OpenID__ClientID: $$cap_client_id
|
||||
OpenID__ClientSecret: $$cap_client_secret
|
||||
Hosting__PublicOrigin: $$cap_origin
|
||||
Authentication__Steam__ApplicationKey: $$cap_api_key
|
||||
Steam__ApplicationKey: $$cap_api_key
|
||||
caproverExtra:
|
||||
containerHttpPort: '80'
|
||||
caproverOneClickApp:
|
||||
|
|
|
|||
Loading…
Reference in New Issue