my-projects-website/.env.example

11 lines
226 B
Plaintext
Raw Permalink Normal View History

DOCKER_APP_PORT=8080
DOCKER_CAPTCHA_PORT=8081
2024-05-02 23:59:38 +05:00
DOCKER_CAPTCHA_WEBSOCKET_PORT=8082
DOCKER_DB_PORT=3306
MYSQL_ROOT_PASSWORD=root_pass
DB_DATABASE=my-projetcs
DB_USERNAME=my-projetcs
DB_PASSWORD=my-projetcs_pass
UID=1000
GID=1000