mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 18:47:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			270 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			270 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default {
 | |
|   APP_BASE_URL: '/',
 | |
|   get apiURL() {
 | |
|     return `${this.APP_BASE_URL}/`;
 | |
|   },
 | |
|   GRAVATAR_URL: 'https://www.gravatar.com/avatar/',
 | |
|   CHANNELS: {
 | |
|     FACEBOOK: 'facebook',
 | |
|   },
 | |
|   ASSIGNEE_TYPE_SLUG: {
 | |
|     MINE: 0,
 | |
|     UNASSIGNED: 1,
 | |
|     OPEN: 0,
 | |
|   },
 | |
| };
 | 
