mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add captcha configuration and verification support
This commit is contained in:
@@ -15,6 +15,11 @@ ONEUPTIME_HTTP_PORT=80
|
||||
# If you prefer to terminate TLS on an external reverse proxy, leave PROVISION_SSL=false and manage certificates yourself.
|
||||
HTTP_PROTOCOL=http
|
||||
|
||||
# Captcha configuration
|
||||
CAPTCHA_ENABLED=false
|
||||
CAPTCHA_SITE_KEY=
|
||||
CAPTCHA_SECRET_KEY=
|
||||
|
||||
# Secrets - PLEASE CHANGE THESE. Please change these to something random. All of these can be different values.
|
||||
ONEUPTIME_SECRET=please-change-this-to-random-value
|
||||
DATABASE_PASSWORD=please-change-this-to-random-value
|
||||
|
||||
Reference in New Issue
Block a user