mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 12:56:28 +00:00
9 lines
392 B
Bash
9 lines
392 B
Bash
# Diesel
|
|
DATABASE_URL=postgres://chirpstack_test:chirpstack_test@localhost/chirpstack_test?sslmode=disable
|
|
|
|
# Testing
|
|
TEST_POSTGRESQL_DSN="postgres://chirpstack_test:chirpstack_test@localhost/chirpstack_test?sslmode=disable"
|
|
TEST_REDIS_URL="redis://localhost/1"
|
|
TEST_MOSQUITTO_SERVER="tcp://localhost:1883/"
|
|
TEST_KAFKA_BROKER="localhost:9092"
|
|
TEST_AMQP_URL="amqp://guest:guest@localhost:5672" |