Remove sample secret key in secrets_sample
No need to worry, this was just a testing key
This commit is contained in:
parent
d6bdf5c991
commit
08b9886ce3
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
from django.core.management.utils import get_random_secret_key
|
||||
|
||||
# XML-RPC interface of opennebula
|
||||
OPENNEBULA_URL = 'https://opennebula.ungleich.ch:2634/RPC2'
|
||||
|
||||
|
@ -15,4 +17,5 @@ LDAP_SERVER_URI = ""
|
|||
STRIPE_KEY=""
|
||||
STRIPE_PUBLIC_KEY=""
|
||||
|
||||
SECRET_KEY="dx$iqt=lc&yrp^!z5$ay^%g5lhx1y3bcu=jg(jx0yj0ogkfqvf"
|
||||
# The django secret key
|
||||
SECRET_KEY=get_random_secret_key()
|
||||
|
|
Loading…
Reference in a new issue