Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
eb9795d8
Commit
eb9795d8
authored
Feb 28, 2012
by
Sofia Papagiannaki
Browse files
Merge branch 'master' of
https://code.grnet.gr/git/astakos
parents
66e30a8f
c58b8689
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/README
View file @
eb9795d8
...
...
@@ -44,22 +44,22 @@ Configure in ``settings.py`` or a ``.conf`` file in ``/etc/synnefo`` if using sn
Name Default value Description
=============================== ================================================ ============================================================
ASTAKOS_AUTH_TOKEN_DURATION one month Expiration time of newly created auth tokens
ASTAKOS_TWITTER_KEY
''
Twitter ``oauth_token``
ASTAKOS_TWITTER_SECRET
''
Twitter ``oauth_token_secret``
ASTAKOS_TWITTER_KEY
Twitter ``oauth_token``
ASTAKOS_TWITTER_SECRET
Twitter ``oauth_token_secret``
ASTAKOS_DEFAULT_USER_LEVEL 4 Default (not-invited) user level
ASTAKOS_INVITATIONS_PER_LEVEL {0:100, 1:2, 2:0, 3:0, 4:0} Number of user invitations per user level
ASTAKOS_DEFAULT_FROM_EMAIL GRNET Cloud <no-reply@grnet.gr>
``from`` parameter passed in ``django.core.mail.send_mail``
ASTAKOS_DEFAULT_CONTACT_EMAIL support@cloud.grnet.gr
Contact email
ASTAKOS_IM_MODULES ['local', 'twitter', 'shibboleth']
)
Signup modules
ASTAKOS_DEFAULT_FROM_EMAIL GRNET Cloud <no-reply
\
@grnet.gr> ``from`` parameter passed in ``django.core.mail.send_mail``
ASTAKOS_DEFAULT_CONTACT_EMAIL support
\
@cloud.grnet.gr Contact email
ASTAKOS_IM_MODULES ['local', 'twitter', 'shibboleth']
Signup modules
ASTAKOS_FORCE_PROFILE_UPDATE True Force user profile verification
ASTAKOS_INVITATIONS_ENABLED True Enable invitations
ASTAKOS_COOKIE_NAME
'
_pithos2_a
'
``Key`` parameter passed in ``django.http.HttpResponse.set_cookie``
ASTAKOS_COOKIE_NAME _pithos2_a
``Key`` parameter passed in ``django.http.HttpResponse.set_cookie``
ASTAKOS_COOKIE_DOMAIN None ``Domain`` parameter passed in ``django.http.HttpResponse.set_cookie``
ASTAKOS_COOKIE_SECURE True ``Secure`` parameter passed in ``django.http.HttpResponse.set_cookie``
ASTAKOS_IM_STATIC_URL
'
/static/im/
'
URL to use when referring to static files
ASTAKOS_IM_STATIC_URL /static/im/
URL to use when referring to static files
ASTAKOS_MODERATION_ENABLED True If False and invitations are not enabled newly created user will be automatically accepted
ASTAKOS_BASEURL
'
http://pithos.dev.grnet.gr
'
Astakos baseurl
ASTAKOS_SITENAME
'
GRNET Cloud
'
Service name that appears in emails
ASTAKOS_BASEURL
\
http://pithos.dev.grnet.gr
Astakos baseurl
ASTAKOS_SITENAME GRNET Cloud
Service name that appears in emails
=============================== ================================================ ============================================================
Administrator functions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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