46 lines
		
	
	
		
			806 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			806 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
| export default {
 | |
| 	api: {
 | |
| 		url: `${window.location.origin}/api`,
 | |
| 	},
 | |
| 	media: {
 | |
| 		assetPath: '/img',
 | |
| 		mediaPath: '/media',
 | |
| 		s3Path: 'https://s3.wasabisys.com',
 | |
| 	},
 | |
| 	campaigns: {
 | |
| 		home: true,
 | |
| 		entity: true,
 | |
| 		tiles: 0,
 | |
| 	},
 | |
| 	showDisclaimer: false,
 | |
| 	disclaimer: 'This site is in early development, and content may occasionally disappear. Please stay tuned, you will be able to use traxxx to its full potential in the near future!',
 | |
| 	selectableTags: [
 | |
| 		'airtight',
 | |
| 		'anal',
 | |
| 		'bdsm',
 | |
| 		'blowbang',
 | |
| 		'blowjob',
 | |
| 		'creampie',
 | |
| 		'deepthroat',
 | |
| 		'dap',
 | |
| 		'dp',
 | |
| 		'dvp',
 | |
| 		'facefucking',
 | |
| 		'facial',
 | |
| 		'fisting',
 | |
| 		'gaping',
 | |
| 		'gangbang',
 | |
| 		'interracial',
 | |
| 		'lesbian',
 | |
| 		'threesome',
 | |
| 		'mff',
 | |
| 		'mfm',
 | |
| 		'orgy',
 | |
| 		'pov',
 | |
| 		'solo',
 | |
| 		'squirting',
 | |
| 		'swallowing',
 | |
| 	],
 | |
| 	discord: 'https://discord.gg/6mjHTYG',
 | |
| };
 |