-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.sample
66 lines (50 loc) · 1.24 KB
/
config.ini.sample
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
64
65
66
;
; PSU Webapp configuration.
;
api_url = "https://api.plymouth.edu/0.1"
app_url = "https://www.plymouth.edu/app"
webapp_url = "https://www.plymouth.edu/webapp"
tmp_dir = "/web/temp"
uploads_dir = "/web/uploads"
;[environment]
; development or production server
;dev = 1
; settings used by PSU::curl()
;[curl]
;ssl_verifypeer = 1
;[cdn]
;enabled = 1
;[psuperson]
;overrides = "{\"publicname\":\"backendname\",\"othername\":\"unknownname\"}"
;[go]
; comma-separated list of domains to use for the Go service (don't
; forget to use the bare "go" name to account for the search domain)
;domains = "go.plymouth.edu,go"
[calllog]
base_url = "https://www.plymouth.edu/webapp/calllog"
api_appid = "YOUR_APPID"
api_key = "YOUR_KEY"
[teacher-cert]
base_url = "https://www.plymouth.edu/webapp/teacher-cert"
api_appid = "YOUR_KEY"
api_key = "YOUR_KEY"
[google]
api_key = "YOUR_KEY"
[google]
api_key = "YOUR_KEY"
[smugmug]
email = "YOUR_EMAIL"
password = "YOUR_BASE64_PASSWORD"
api_key = "YOUR_API_KEY"
;[robot]
;host = "ROBOT_IP"
;port = "ROBOT_PORT"
[statsd]
host = "statsd.plymouth.edu"
port = "8125"
enabled = 0
[session]
; See PSU::session_start().
;force_ssl = 1
; Defaults to value from php.ini. See PSU::session_start().
;cookie_domain = "plymouth.edu"