-
Notifications
You must be signed in to change notification settings - Fork 11
/
.env.example
30 lines (20 loc) · 1021 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB (Preview).
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://demo:password@localhost:5432/cfdekx?schema=public"
NEXT_PUBLIC_PREFIX=/gene-kg
NEO4J_URL=neo4j://host.docker.internal:7687
NEO4J_USER=neo4j
NEO4J_NAME=kg
NEO4J_PASSWORD=mysecretpassword
ACCESS_KEY=
SECRET_KEY=
AWS_BUCKET=
AWS_PREFIX=
NEO4J_TSV=https://downloads.thebiogrid.org/Download/BioGRID/Release-Archive/BIOGRID-4.4.209/BIOGRID-ALL-4.4.209.mitab.zip
CLEAN=clean
NEO4J_dbms_memory_heap_max__size=4G
NEO4J_dbms_memory_heap_initial__size=4G
NEXT_PUBLIC_DOMAINS=minio.dokku.maayanlab.cloud
NEXT_PUBLIC_HOST=https://maayanlab.cloud/gene-kg