-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment
62 lines (60 loc) · 2.36 KB
/
environment
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
export APPCIVIST_CRYPTO="develop"
export APPCIVIST_DB_DRIVER="org.postgresql.Driver"
export APPCIVIST_DB_URL="jdbc:postgresql://db:5432/appcivist"
export APPCIVIST_CONTRIBUTION_FILES_PATH="/opt/appcivist/files/"
export APPCIVIST_CONTRIBUTION_FILES_PATH_IS_ABSOLUTE="true"
export MAPBOX_API_TOKEN=""
export IMGUR_CLIENT_ID=""
export IMGUR_CLIENT_SECRET=""
export AWS_ACCESS_KEY=""
export AWS_SECRET_CODE=""
export AWS_S3_BUCKET_NAME=""
export AWS_S3_BUCKET_ENDPOINT=""
export APPCIVIST_ETHERPAD_BASE_URL="https://testetherpad.appcivist.org"
export APPCIVIST_NOTIFICATION_BASE_URL="http://localhost:3025"
export APPCIVIST_NOTIFICATION_API_KEY=""
export APPCIVIST_FORGOT_PASS_URL="https://testpb.appcivist.org/#/v2/user/password/reset/"
export APPCIVIST_RABBITMQ_HOST="localhost"
export APPCIVIST_RABBITMQ_PORT="5672"
export APPCIVIST_RABBITMQ_ACTIVE="true"
export APPCIVIST_GOOGLE_CLIENT_ID="clientid"
export APPCIVIST_GOOGLE_CLIENT_SECRET="secret"
export APPCIVIST_FACEBOOK_CLIENT_ID="clientid"
export APPCIVIST_FACEBOOK_CLIENT_SECRET="secret"
export APPCIVIST_MAIL="[email protected]"
export APPCIVIST_MAIL_NAME="AppCivist@Socialappslab"
export APPCIVIST_SMTP_HOST="smtp.sendgrid.com"
export APPCIVIST_SMTP_PORT="465"
export APPCIVIST_SMTP_SSL="true"
export APPCIVIST_SMTP_USER="appcivist"
export APPCIVIST_SMTP_PASS="pass"
export APPCIVIST_PEERDOC_URL="https://vml111.epm.br"
export APPCIVIST_PEERDOC_KEY="key"
export APPCIVIST_BASE_URL="https://testplatform.appcivist.org"
export APPCIVIST_UI_URL="https://testpb.appcivist.org/#/v2"
export APPCIVIST_RECAPTCHA_SECRET="secret"
export RABBITMQ_DEFAULT_USER="admin"
export RABBITMQ_DEFAULT_PASS="pass"
export ETHERPAD_DB_TYPE="postgres"
export ETHERPAD_DB_HOST="localhost"
export ETHERPAD_DB_USER="appcivist"
export ETHERPAD_DB_PASSWORD="pass"
export ETHERPAD_DB_NAME="etherpad_appcivist"
export POSTGRES_PASSWORD="pass"
export ETHERPAD_DB_PORT="5433"
export POSTGRES_USER="appcivist"
export POSTGRES_DB="appcivist"
export VOTING_API_SECRET="secret"
export USNB_EMAIL_HOST=""
export USNB_EMAIL_PORT=""
export USNB_EMAIL_USER=""
export USNB_EMAIL_PASSWORD=""
export USNB_FACEBOOK_USER=""
export USNB_FACEBOOK_PASSWORD=""
export SENTRY_DSN="test"
export ETHERPAD_ADMIN_PASSWORD="pass"
export ETHERPAD_ADMIN_USER="admin"
export ETHERPAD_TITLE="Etherpad Server @ AppCivist"
export ETHERPAD_API_KEY="test"
export SENTRY_SECRET="test"
export SENTRY_PROJECT_ID="test"