-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdevelopment.ini
More file actions
72 lines (60 loc) · 1.64 KB
/
development.ini
File metadata and controls
72 lines (60 loc) · 1.64 KB
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
67
68
69
70
71
72
###
# app configuration
# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
###
[app:main]
use = egg:cnx-publishing
pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_sawing
pyramid_sawing.file = %(here)s/logging.yaml
pyramid_sawing.transit_logging.enabled? = yes
db-connection-string = ${DB_URL}
# size limit of file uploads in MB
file_upload_limit = 50
channel_processing.channels = post_publication
session_key = 'somkindaseekret'
embeddables.exercise.base_url = https://exercises.openstax.org
embeddables.exercise.match =
#ost/api/ex/,tag
#exercise/,nickname
#exercises/,nickname
embeddables.exercise.token =
mathmlcloud.url = http://mathmlcloud.cnx.org:1337/equation
memcache_servers = localhost
openstax_accounts.stub = true
openstax_accounts.stub.message_writer = log
openstax_accounts.stub.users =
user1,password
user2,password
Rasmus1975,password
charrose,charrose
frahablar,frahablar
impicky,impicky
marknewlyn,marknewlyn
ream,ream
rings,rings
sarblyth,sarblyth
openstax_accounts.groups.moderators =
impicky
charrose
openstax_accounts.groups.administrators =
charrose
openstax_accounts.application_url = http://localhost:2999/
openstax_accounts.login_path = /login
openstax_accounts.callback_path = /callback
openstax_accounts.logout_path = /logout
openstax_accounts.logout_redirects_to = /a/
celery.broker = ${AMQP_URL}
celery.backend = db+${DB_URL}
###
# wsgi server configuration
###
[server:main]
use = egg:waitress#main
host = 0.0.0.0
port = 6544