18 lines
219 B
Python
18 lines
219 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'
|