* Set BASE_URL so auth works against dev * RM setBaseUrl as it didn't do anything --------- Co-authored-by: 49fl <ircsurfer33@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			478 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			478 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| NODE_ENV=development
 | |
| DEV=true
 | |
| VITE_KC_API_WS_MODELING_URL=wss://api.dev.zoo.dev/ws/modeling/commands
 | |
| VITE_KC_API_BASE_URL=https://api.dev.zoo.dev
 | |
| BASE_URL=https://api.dev.zoo.dev
 | |
| VITE_KC_SITE_BASE_URL=https://dev.zoo.dev
 | |
| VITE_KC_SKIP_AUTH=false
 | |
| VITE_KC_CONNECTION_TIMEOUT_MS=5000
 | |
| # ONLY add your token in .env.development.local if you want to skip auth, otherwise this token takes precedence!
 | |
| #VITE_KC_DEV_TOKEN="your token from dev.zoo.dev should go in .env.development.local"
 |