mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
fix: update env var names in docker-compose with the latest names
This commit is contained in:
parent
b300d2caac
commit
1310c22bed
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- 2023-10-18: Environment variable names have changed, please see
|
||||||
|
[CONFIGURATION.md](docs/CONFIGURATION.md) for the names of environment
|
||||||
|
variables.
|
||||||
- ([`7d0e4c6`](https://github.com/mCaptcha/mCaptcha/commit/7d0e4c6be4b0769921cda7681858ebe16ec9a07b)) Add `secret` parameter to token verification request payload(`/api/v1/pow/siteverify`) to mitigate a security issue that @gusted found:
|
- ([`7d0e4c6`](https://github.com/mCaptcha/mCaptcha/commit/7d0e4c6be4b0769921cda7681858ebe16ec9a07b)) Add `secret` parameter to token verification request payload(`/api/v1/pow/siteverify`) to mitigate a security issue that @gusted found:
|
||||||
> ...A malicious user could grab the sitekey
|
> ...A malicious user could grab the sitekey
|
||||||
> and use that sitekey with mcaptcha to use it for their own server.
|
> and use that sitekey with mcaptcha to use it for their own server.
|
||||||
|
@ -11,8 +11,8 @@ services:
|
|||||||
- 7000:7000
|
- 7000:7000
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://postgres:password@mcaptcha_postgres:5432/postgres # set password at placeholder
|
DATABASE_URL: postgres://postgres:password@mcaptcha_postgres:5432/postgres # set password at placeholder
|
||||||
MCAPTCHA_REDIS_URL: redis://mcaptcha_redis/
|
MCAPTCHA_redis_URL: "redis://mcaptcha_redis/"
|
||||||
RUST_LOG: debug
|
RUST_LOG: "debug"
|
||||||
PORT: 7000
|
PORT: 7000
|
||||||
depends_on:
|
depends_on:
|
||||||
- mcaptcha_postgres
|
- mcaptcha_postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user