-
Notifications
You must be signed in to change notification settings - Fork 2
/
env-example
58 lines (43 loc) · 1.38 KB
/
env-example
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
######################################################################
#
# You only need to set the values in section 1 to get the system up
# and running on your local machine.
#
######################################################################
#
# S E C T I O N # 1
#
# Variables used on first time initialization of the Canvas database
# E-mail address used for default administrator login
CANVAS_LMS_ADMIN_EMAIL=
# Password for default administrator login
CANVAS_LMS_ADMIN_PASSWORD=
# Account name seen by users, usually your organization name
CANVAS_LMS_ACCOUNT_NAME=
# Usage data gathering: opt_in, opt_out, or anonymized
CANVAS_LMS_STATS_COLLECTION=opt_out
######################################################################
#
# S E C T I O N # 2
#
# Domain name
DOMAIN=canvas.example.com
# Password to the PostgreSQL database
DBPASS=geheim
# Rails environment (test, development, production). Should not be changed
RAILS_ENV=production
# Your SSL certificate. The format is the contents of a .pem file with
# newlines substituted with percent characters (%).
SSL_CERT=
# SAML configuration
SAML_ENTITY_ID=
SAML_CONTACT_NAME=
SAML_CONTACT_EMAIL=
# Outgoing email
SMTP_HOST=smtp.example.com
SMTP_PORT=25
OUTGOING_EMAIL_NAME=Example
# Git (development only)
GIT_AUTHOR_NAME=
GIT_AUTHOR_EMAIL=