Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ LOG_CONSOLE=false
LOG_FILE=

# Consul host
CONSUL=172.0.0.1:8500
AMQP=amqp://admin:admin@rabbit:5672?heartbeat=10
CONSUL=127.0.0.1:8500
AMQP=amqp://user:pass@127.0.0.1:5672?heartbeat=10

DATA_SOURCE=postgres://postgres:postgres@postgres:5432/webitel?fallback_application_name=engine&sslmode=disable&connect_timeout=10&search_path=call_center
DATA_SOURCE=postgres://user:pass@127.0.0.1:5432/webitel?fallback_application_name=engine&sslmode=disable&connect_timeout=10&search_path=call_center
SQL_DATA_SOURCE_REPLICAS=

SQL_MAX_IDLE_CONNS=5
Expand All @@ -52,7 +52,7 @@ WEBSOCKET=:80
# Maximum inbound WebSocket message size
SOCKET_MAX_IN_MSG_SIZE=256KB

OPEN_SIP_ADDR=opensips
OPEN_SIP_ADDR=127.0.0.1
WS_SIP_ADDR=
SIP_PROXY_ADDR=

Expand Down