hcaptcha
This commit is contained in:
parent
5e87f20ab8
commit
50f053e7db
|
@ -18,5 +18,7 @@ services:
|
||||||
- OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }}
|
- OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }}
|
||||||
- OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }}
|
- OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }}
|
||||||
- OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }}
|
- OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }}
|
||||||
|
- HCAPTCHA_SITE_KEY={{ hcaptcha_site_key }}
|
||||||
|
- HCAPTCHA_SECRET={{ hcaptcha_secret }}
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/app/db
|
- ./db:/app/db
|
||||||
|
|
|
@ -12,3 +12,5 @@ drone_gitea_client_secret
|
||||||
drone_rpc_secret
|
drone_rpc_secret
|
||||||
hatecomputers_club_oauth2_client_id
|
hatecomputers_club_oauth2_client_id
|
||||||
hatecomputers_club_oauth2_client_secret
|
hatecomputers_club_oauth2_client_secret
|
||||||
|
hcaptcha_site_key
|
||||||
|
hcaptcha_secret
|
||||||
|
|
Loading…
Reference in New Issue