forked from DNAdiversity/barcode-data-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (30 loc) · 1.26 KB
/
.env.example
File metadata and controls
33 lines (30 loc) · 1.26 KB
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
# Barcode Data Portal - Environment Configuration
# Copy this file to .env:
# cp .env.example .env
#
# The default values work with the local docker-compose environment.
# No changes needed for local development.
# =============================================================================
# Couchbase Connection
# =============================================================================
# Use 'couchbase' hostname for docker-compose (service name)
COUCHBASE_ENDPOINT=couchbase://couchbase
COUCHBASE_USER=Administrator
COUCHBASE_PASSWORD=password
# COUCHBASE_TIMEOUT=7200
# =============================================================================
# Redis
# =============================================================================
# Use 'redis' for docker-compose (service name), 'localhost' otherwise
REDIS_HOST=redis
# REDIS_PORT=6379
# =============================================================================
# Application URLs (usually don't need to change)
# =============================================================================
# Used by nginx reverse proxy
APP_NAME=fastapi-app
APP_PORT=8000
# APP_URL=http://fastapi-app:8000
# CAOS_URL=https://caos.boldsystems.org
APP_EMAIL=test_email@example.com
PRIVACY_EMAIL=privacy_test_email@example.com