-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.template
55 lines (41 loc) · 1.1 KB
/
.env.template
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
45
46
47
48
49
50
51
52
53
54
55
# ------------------------------
# Path configuration
# ------------------------------
# ------------------------------
# Redis configuration
# ------------------------------
# Y/N
USE_REDIS=N
# Uncomment and set these if Redis is enabled
# S3_BUCKET=
# S3_BUCKET_FOLDER=
# S3_KEY=
# S3_SECRET=
# ------------------------------
# DB configuration
# ------------------------------
# Generally 'localhost', but use 'postgres' for docker-compose
DB_HOST=postgres
DATABASE_DEV=annotations_dev
DB_USERNAME_DEV=annotations_dev
DB_PASSWORD_DEV=rails
# DATABASE_TEST=
# DB_USERNAME_TEST=
# DB_PASSWORD_TEST=
# DATABASE_PROD=
# DB_USERNAME_PROD=
# DB_PASSWORD_PROD=
# ------------------------------
# IIIF configuration
# ------------------------------
IIIF_COLLECTIONS_HOST=
IIIF_HOST_URL=
# ------------------------------
# Docker-compose configuration
# ------------------------------
# Tells Docker what folder to mount as a volume for the codebase
# Should be the current working directory
# APPLICATION_PATH=
# Set this if using a Docker proxy container
# RAILS_SERVER_HOSTNAME=annotations.local
USE_JWT_AUTH=Y