-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy path.env.example
More file actions
44 lines (29 loc) · 994 Bytes
/
.env.example
File metadata and controls
44 lines (29 loc) · 994 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ------------------------------------------------------------------------------
# OpenCRE Environment Configuration
# ------------------------------------------------------------------------------
# Copy this file to `.env` and update the values for your environment.
# Never commit your real `.env` file to version control.
# ------------------------------------------------------------------------------
# Database
DEV_DATABASE_URL=postgresql://user:password@localhost:5432/opencre
# Neo4j
NEO4J_URL=neo4j://neo4j:password@localhost:7687
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_URL=redis://localhost:6379
REDIS_NO_SSL=false
# Flask
FLASK_CONFIG=development
INSECURE_REQUESTS=false
# Embeddings
NO_GEN_EMBEDDINGS=false
# Google Auth
GOOGLE_CLIENT_ID=your-client-id
GOOGLE_CLIENT_SECRET=your-client-secret
GOOGLE_SECRET_JSON=path/to/secret.json
LOGIN_ALLOWED_DOMAINS=example.com
# GCP
GCP_NATIVE=false
# Spreadsheet Auth
OpenCRE_gspread_Auth=path/to/credentials.json