Browse Source

Revert to default DATABASE=postgres

pull/2471/head
Igor Kulikov 7 years ago
parent
commit
f45a4036ec
  1. 2
      docker/.env

2
docker/.env

@ -13,6 +13,6 @@ TB_VERSION=latest
# Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database).
# According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.hybrid.yml for details).
DATABASE=hybrid
DATABASE=postgres
LOAD_BALANCER_NAME=haproxy-certbot

Loading…
Cancel
Save