mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			64 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			64 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
APP_NAME="PixelFed Test"
 | 
						|
APP_ENV=local
 | 
						|
APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E=
 | 
						|
APP_DEBUG=true
 | 
						|
APP_URL=https://pixelfed.dev
 | 
						|
 | 
						|
ADMIN_DOMAIN="pixelfed.dev"
 | 
						|
APP_DOMAIN="pixelfed.dev"
 | 
						|
 | 
						|
LOG_CHANNEL=stack
 | 
						|
 | 
						|
DB_CONNECTION=mysql
 | 
						|
DB_HOST=127.0.0.1
 | 
						|
DB_PORT=3306
 | 
						|
DB_DATABASE=
 | 
						|
DB_USERNAME=
 | 
						|
DB_PASSWORD=
 | 
						|
 | 
						|
BROADCAST_DRIVER=log
 | 
						|
CACHE_DRIVER=redis
 | 
						|
SESSION_DRIVER=redis
 | 
						|
SESSION_LIFETIME=120
 | 
						|
QUEUE_DRIVER=redis
 | 
						|
 | 
						|
REDIS_HOST=127.0.0.1
 | 
						|
REDIS_PASSWORD=null
 | 
						|
REDIS_PORT=6379
 | 
						|
 | 
						|
MAIL_DRIVER=log
 | 
						|
MAIL_HOST=smtp.mailtrap.io
 | 
						|
MAIL_PORT=2525
 | 
						|
MAIL_USERNAME=null
 | 
						|
MAIL_PASSWORD=null
 | 
						|
MAIL_ENCRYPTION=null
 | 
						|
MAIL_FROM_ADDRESS="pixelfed@example.com"
 | 
						|
MAIL_FROM_NAME="Pixelfed"
 | 
						|
 | 
						|
SESSION_DOMAIN="${APP_DOMAIN}"
 | 
						|
SESSION_SECURE_COOKIE=true
 | 
						|
API_BASE="/api/1/"
 | 
						|
API_SEARCH="/api/search"
 | 
						|
 | 
						|
OPEN_REGISTRATION=false
 | 
						|
RECAPTCHA_ENABLED=false
 | 
						|
ENFORCE_EMAIL_VERIFICATION=true
 | 
						|
 | 
						|
MAX_PHOTO_SIZE=15000
 | 
						|
MAX_CAPTION_LENGTH=150
 | 
						|
MAX_ALBUM_LENGTH=4
 | 
						|
 | 
						|
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
 | 
						|
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
 | 
						|
MIX_APP_URL="${APP_URL}"
 | 
						|
MIX_API_BASE="${API_BASE}"
 | 
						|
MIX_API_SEARCH="${API_SEARCH}"
 | 
						|
 | 
						|
TELESCOPE_ENABLED=false
 | 
						|
PF_MAX_USERS=1000
 | 
						|
 | 
						|
PF_COSTAR_ENABLED=true
 | 
						|
CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
 | 
						|
CS_CW_DOMAINS='example.org,example.net,example.com'
 | 
						|
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
 |