fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move cas to env
[edumed.git]
/
src
/
edumed
/
settings
/
contrib.py
diff --git
a/src/edumed/settings/contrib.py
b/src/edumed/settings/contrib.py
index
d7ea957
..
d0e3015
100644
(file)
--- a/
src/edumed/settings/contrib.py
+++ b/
src/edumed/settings/contrib.py
@@
-1,8
+1,11
@@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
+import os
-CAS_SERVER_URL =
'http://logowanie.nowoczesnapolska.org.pl/cas/'
+CAS_SERVER_URL =
os.environ.get('CAS_SERVER_URL')
CAS_VERSION = '3'
CAS_VERSION = '3'
+HONEYPOT_FIELD_NAME='miut'
+
SPONSORS_THUMB_WIDTH = 100
SPONSORS_THUMB_HEIGHT = 56
SPONSORS_THUMB_WIDTH = 100
SPONSORS_THUMB_HEIGHT = 56