 37fb435e18
			
		
	
	
		37fb435e18
		
	
	
	
	
		
			
			* Adds an env variable to .env to turn on dev mode * Uses the inbuilt django auth rather than saml when in dev mode * For laziness, re-uses the admin login form for the non-admin login make_dev_container now comes up ready to be logged into by any user. No non-admin users are preconfigured; but you can add one at http://localhost:28000/admin/auth/user/add/, log out, and then hit http://localhost:28000/ to log in as the new user.
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			324 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			324 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| DJANGO_SECRET_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
 | |
| STRIPE_PUBLIC_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
 | |
| STRIPE_SECRET_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
 | |
| GCS_BUCKET=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
 | |
| GOOGLE_APPLICATION_CREDENTIALS=/dev/null
 | |
| DATABASE_URL=sqlite:////tmp/symposion.sqlite
 | |
| SYMPOSION_DEV_MODE=LAPTOP |