forked from eScholarship/jschol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.env
63 lines (54 loc) · 2.47 KB
/
defaults.env
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
56
57
58
59
60
61
62
63
# DEFAULTS.ENV is a Docker .env file derived from an example JSchol config/env.sh file
#
# here are the Docker-Compose env file rules: https://docs.docker.com/compose/env-file/
# here are the Lando env file rules: https://docs.lando.dev/config/env.html
#
# NOTE that Lando allows more than one env file to be used, which lets you
# override certain variables while leaving defaults in place. Consider using an
# override instead of modifying the defaults here.
#
# To override the defaults set below, copy the local.env.example file to
# local.env and then set the values in local.env appropriately.
#
###############################################################################
THUMBNAIL_SERVER=https://pub-submit2-dev.escholarship.org
PEOPLE_ARK_SHOULDER=ark:/99999/fk4
###############################################################################
CLOUDSEARCH_DOMAIN=cs-pub-jschol-dev
CLOUDSEARCH_SEARCH_ENDPOINT=https://search-cs-pub-jschol-dev-yjrblyxb6sgblwa72epljvuyci.us-west-2.cloudsearch.amazonaws.com
CLOUDSEARCH_DOC_ENDPOINT=https://doc-cs-pub-jschol-dev-yjrblyxb6sgblwa72epljvuyci.us-west-2.cloudsearch.amazonaws.com
###############################################################################
ESCHOL_DB_HOST=db.jschol.internal
ESCHOL_DB_PORT=3306
ESCHOL_DB_DATABASE=local_eschol_prod
ESCHOL_DB_USERNAME=escholdba
ESCHOL_DB_PASSWORD=hard2guess
###############################################################################
OJS_DB_HOST=db.jschol.internal
OJS_DB_PORT=3306
OJS_DB_DATABASE=ojs
OJS_DB_USERNAME=ojsdba
OJS_DB_PASSWORD=hard2guess
###############################################################################
PUMA_PORT=18880
PUMA_WORKERS=1
PUMA_THREADS=4
ISO_PORT=4002
ISO_WORKERS=1
###############################################################################
ESCHOL_API_SERVER=https://pub-jschol2-stg.escholarship.org
###############################################################################
THUMBNAIL_SERVER=https://pub-submit2-prd.escholarship.org
PEOPLE_ARK_SHOULDER=ark:/99166/p3
###############################################################################
CLOUDSEARCH_DOMAIN=cs-domain
CLOUDSEARCH_SEARCH_ENDPOINT=cs-endpoint
CLOUDSEARCH_DOC_ENDPOINT=cs-doc-endpoint
###############################################################################
SOCKS_PORT=1081
SOCKS_USER=yourusernamegoeshere
SOCKS_TARGET=pub-submit2-dev.escholarship.org
SOCKS_BASTION=cdl-aws-bastion.cdlib.org
SOCKS_BASTION_PORT=18822
SOCKS_KEYPATH=/user/.ssh/your-ssh-key-id
USE_SOCKS_FOR_MYSQL=true