You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
957 B
26 lines
957 B
# This env file should NOT be checked into source control |
|
# This is the place for values that changed for every developer |
|
|
|
# SQLite is ready to go out of the box, but you can switch to Postgres |
|
# by first changing the provider from "sqlite" to "postgres" in the Prisma |
|
# schema file and by second swapping the DATABASE_URL below. |
|
|
|
#DATABASE_URL=postgresql://searching_root2:searching_password2@db:5432/searching_front2 |
|
|
|
DATABASE_URL=postgresql://searching_root2:searching_password2@db:5432/searching_front2 |
|
|
|
POSTGRES_USER=searching_root2 |
|
POSTGRES_PASSWORD=searching_password2 |
|
POSTGRES_DB=searching_front2 |
|
SESSION_SECRET_KEY=ea6d6d65f46d98bb4063646092ee24e9 |
|
|
|
ELASTIC_URL=http://elasticsearch:9200 |
|
|
|
INFLUXDB_DB=db0 |
|
INFLUXDB_ADMIN_USER=root |
|
INFLUXDB_ADMIN_PASSWORD=chameleon345234144 |
|
|
|
INFLUX_URL=http://influxdb:8086 |
|
INFLUX_TOKEN=MwnVhGdmjFhFzvjHMg92lEkoxQC5eqAC_whWay2ttxECZ-vUGWaUc9IHvPm30miUviLm27BpX5PG6RP_gQTDwQ== |
|
INFLUX_ORG=Searching |
|
INFLUX_BUCKET=Sites
|
|
|