uncloud/uncloud_django_based/uncloud/uncloud/secrets_sample.py

21 lines
500 B
Python
Raw Normal View History

2020-02-21 23:22:42 +00:00
# Live/test key from stripe
STRIPE_KEY = ''
2020-02-21 23:22:42 +00:00
# XML-RPC interface of opennebula
OPENNEBULA_URL = 'https://opennebula.ungleich.ch:2634/RPC2'
2020-02-21 23:22:42 +00:00
# user:pass for accessing opennebula
OPENNEBULA_USER_PASS = 'user:password'
2020-02-23 10:42:15 +00:00
POSTGRESQL_DB_NAME="uncloud"
# See https://django-auth-ldap.readthedocs.io/en/latest/authentication.html
LDAP_ADMIN_DN=""
LDAP_ADMIN_PASSWORD=""
LDAP_SERVER_URI = ""
2020-03-02 21:26:40 +00:00
# Stripe (Credit Card payments)
STRIPE_API_key=""
SECRET_KEY="dx$iqt=lc&yrp^!z5$ay^%g5lhx1y3bcu=jg(jx0yj0ogkfqvf"