add: custom error pages fix: invititation feat: new quick login for first users (UX++) feat: more internal notifications
		
			
				
	
	
		
			24 lines
		
	
	
		
			668 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			668 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
############################################################################################################
 | 
						|
# Development Environment
 | 
						|
 | 
						|
# User and group id for the user that will run the application inside the container
 | 
						|
# Run in your terminal: `id -u` and `id -g` and that's the results
 | 
						|
USERID=
 | 
						|
GROUPID=
 | 
						|
############################################################################################################
 | 
						|
APP_NAME=Coolify-localhost
 | 
						|
APP_ID=development
 | 
						|
APP_ENV=local
 | 
						|
APP_KEY=
 | 
						|
APP_DEBUG=true
 | 
						|
APP_URL=http://localhost
 | 
						|
APP_PORT=8000
 | 
						|
 | 
						|
DUSK_DRIVER_URL=http://selenium:4444
 | 
						|
 | 
						|
## For Andras only
 | 
						|
# To purge cache
 | 
						|
BUNNY_API_KEY=
 | 
						|
# To upload assets
 | 
						|
BUNNY_STORAGE_API_KEY=
 |