To show how the captcha works.

This commit is contained in:
2023-12-09 01:30:59 +06:00
parent 18f609eb6c
commit 292d49afe9
97 changed files with 11873 additions and 1 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
DOCKER_APP_PORT=8080
DOCKER_CAPTCHA_NGINX_PORT=8081
MYSQL_ROOT_PASSWORD=root_pass
DB_DATABASE=capcha
DB_USERNAME=capcha
DB_PASSWORD=capcha_pass