forked from uncloud/uncloud
20 lines
500 B
Python
20 lines
500 B
Python
# Live/test key from stripe
|
|
STRIPE_KEY = ''
|
|
|
|
# XML-RPC interface of opennebula
|
|
OPENNEBULA_URL = 'https://opennebula.ungleich.ch:2634/RPC2'
|
|
|
|
# user:pass for accessing opennebula
|
|
OPENNEBULA_USER_PASS = 'user:password'
|
|
|
|
POSTGRESQL_DB_NAME="uncloud"
|
|
|
|
# See https://django-auth-ldap.readthedocs.io/en/latest/authentication.html
|
|
LDAP_ADMIN_DN=""
|
|
LDAP_ADMIN_PASSWORD=""
|
|
LDAP_SERVER_URI = ""
|
|
|
|
# Stripe (Credit Card payments)
|
|
STRIPE_API_key=""
|
|
|
|
SECRET_KEY="dx$iqt=lc&yrp^!z5$ay^%g5lhx1y3bcu=jg(jx0yj0ogkfqvf"
|