50 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			50 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								# LDAP settings
							 | 
						||
| 
								 | 
							
								LDAPSERVER="ldaps://"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								LDAP_ADMIN_DN="uid=..."
							 | 
						||
| 
								 | 
							
								LDAP_ADMIN_PASSWORD=".."
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Space separated list of search bases for users
							 | 
						||
| 
								 | 
							
								LDAP_CUSTOMER_DN=""
							 | 
						||
| 
								 | 
							
								LDAP_DEFAULT_START_UID=0
							 | 
						||
| 
								 | 
							
								LDAP_CUSTOMER_GROUP_ID=0
							 | 
						||
| 
								 | 
							
								ENTIRE_SEARCH_BASE=""
							 | 
						||
| 
								 | 
							
								LDAP_USE_TLS=True
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								STRIPE_API_PRIVATE_KEY='sk_test_xxx'  # used in backend payment
							 | 
						||
| 
								 | 
							
								STRIPE_API_PRIVATE_KEY_TEST='sk_test_xxx'  # used in backend payment
							 | 
						||
| 
								 | 
							
								STRIPE_API_PUBLIC_KEY='pk_test_xxx'  # used in frontend to call from user browser
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								SECRET_KEY=abc
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								DCL_TEXT='Data Center Light'
							 | 
						||
| 
								 | 
							
								DCL_SUPPORT_FROM_ADDRESS=''
							 | 
						||
| 
								 | 
							
								SEND_EMAIL=False
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Change this to modify the base price of a VM
							 | 
						||
| 
								 | 
							
								# Note: Price in CHF, 1 represents 1 CHF
							 | 
						||
| 
								 | 
							
								VM_BASE_PRICE=1
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								EMAIL_HOST='localhost'
							 | 
						||
| 
								 | 
							
								EMAIL_PORT=25
							 | 
						||
| 
								 | 
							
								EMAIL_USE_TLS=True
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								BYPASS_OPENNEBULA=False
							 | 
						||
| 
								 | 
							
								# The oneadmin user name of the OpenNebula infrastructure
							 | 
						||
| 
								 | 
							
								OPENNEBULA_USERNAME=''
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# The oneadmin password of the OpenNebula infrastructure
							 | 
						||
| 
								 | 
							
								# The default credentials of the Sandbox OpenNebula VM is
							 | 
						||
| 
								 | 
							
								# oneadmin:opennebula
							 | 
						||
| 
								 | 
							
								OPENNEBULA_PASSWORD=''
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# The protocol is generally http or https
							 | 
						||
| 
								 | 
							
								OPENNEBULA_PROTOCOL='https'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# The ip address or the domain name of the opennebula infrastructure
							 | 
						||
| 
								 | 
							
								OPENNEBULA_DOMAIN=''
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# The port to connect in order to send an xmlrpc request. The default
							 | 
						||
| 
								 | 
							
								# port is 2633
							 | 
						||
| 
								 | 
							
								OPENNEBULA_PORT=''
							 |