mirror of https://github.com/msgbyte/tailchat
				
				
				
			
			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.
		
		
		
		
		
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			386 B
		
	
	
	
		
			Bash
		
	
			
		
		
	
	
			29 lines
		
	
	
		
			386 B
		
	
	
	
		
			Bash
		
	
| LOGGER=true
 | |
| LOGLEVEL=info
 | |
| SERVICEDIR=services
 | |
| 
 | |
| TRANSPORTER=redis://redis:6379
 | |
| 
 | |
| REDIS_URL=redis://redis:6379
 | |
| MONGO_URL=mongodb://mongo/tailchat
 | |
| SECRET=
 | |
| 
 | |
| # file
 | |
| API_URL=https://tailchat-nightly.moonrailgun.com
 | |
| 
 | |
| # minio
 | |
| MINIO_URL=minio:9000
 | |
| MINIO_USER=tailchat
 | |
| MINIO_PASS=com.msgbyte.tailchat
 | |
| 
 | |
| # SMTP
 | |
| SMTP_SENDER=
 | |
| SMTP_URI=
 | |
| 
 | |
| # metrics
 | |
| PROMETHEUS=1
 | |
| 
 | |
| # Admin
 | |
| ADMIN_USER=tailchat
 | |
| ADMIN_PASS=
 |