Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Duncan Macleod
gracedb
Commits
d7f80446
Commit
d7f80446
authored
Feb 12, 2019
by
Tanner Prestegard
Committed by
GraceDB
Feb 12, 2019
Browse files
Bugfixes to playground configuration
parent
7238a04b
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/settings/vm/dev.py
View file @
d7f80446
...
...
@@ -7,7 +7,7 @@ from .base import *
CONFIG_NAME
=
"USER TESTING"
# Debug settings
DEBUG
=
Tru
e
DEBUG
=
Fals
e
# Override EMBB email address
# TP (8 Aug 2017): not sure why?
...
...
@@ -16,7 +16,7 @@ EMBB_MAIL_ADDRESS = 'gracedb@{fqdn}'.format(fqdn=SERVER_FQDN)
# Add middleware
debug_middleware
=
'debug_toolbar.middleware.DebugToolbarMiddleware'
MIDDLEWARE
+=
[
debug_middleware
,
#
debug_middleware,
#'silk.middleware.SilkyMiddleware',
#'core.middleware.profiling.ProfileMiddleware',
#'core.middleware.admin.AdminsOnlyMiddleware',
...
...
@@ -24,7 +24,7 @@ MIDDLEWARE += [
# Add to installed apps
INSTALLED_APPS
+=
[
'debug_toolbar'
,
#
'debug_toolbar',
#'silk'
]
...
...
@@ -48,3 +48,11 @@ if 'silk' in INSTALLED_APPS:
INTERNAL_IPS
=
[
socket
.
gethostbyname
(
SERVER_HOSTNAME
),
]
LVALERT_OVERSEER_INSTANCES
=
[
{
"lvalert_server"
:
"lvalert-playground.cgca.uwm.edu"
,
"listen_port"
:
8001
,
}
]
SEND_XMPP_ALERTS
=
True
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment