Lev
1 year ago
3 changed files with 31 additions and 4 deletions
@ -1,3 +1,26 @@
|
||||
# This env file should be checked into source control |
||||
# This is the place for default values for all environments |
||||
# Values in `.env.local` and `.env.production` will override these values |
||||
# 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 |
||||
|
Loading…
Reference in new issue