Skip to content
Snippets Groups Projects
.env.example 346 B
Newer Older
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
CONTAINER_NAME=

APP_BASE_DIR=./app

# Nginx
HTTP_PORT=80

# База данных (PostreSQL)
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
DB_ROOT_USERNAME=
DB_PORT=
GROUP_ID=1000
USER_ID=1000

# IDE
XDEBUG_IDE_KEY=myproject

# Redis
REDIS_PORT=6379

# Kafka/zookeeper
ZOOKEEPER_CLIENT_PORT=2181
ZOOKEEPER_PORT=22181
KAFKA_BROKER_ID=1
KAFKA_PORT=29092