* Make 'npm run test:rust' work out-of-the-box * Simplify instructions and remove stale * Update to use correct value from the documentation See https://doc.rust-lang.org/std/backtrace/index.html
		
			
				
	
	
		
			19 lines
		
	
	
		
			604 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			604 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# DO NOT commit secrets, overrides go in the ignored `.env.development.local`
 | 
						|
 | 
						|
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
 | 
						|
VITE_KC_SITE_BASE_URL=https://dev.zoo.dev
 | 
						|
VITE_KC_SITE_APP_URL=https://app.dev.zoo.dev
 | 
						|
VITE_KC_SKIP_AUTH=false
 | 
						|
VITE_KC_CONNECTION_TIMEOUT_MS=5000
 | 
						|
#VITE_KC_DEV_TOKEN="optional token from dev.zoo.dev to skip auth in the app"
 | 
						|
 | 
						|
RUST_BACKTRACE=1
 | 
						|
PYO3_PYTHON=/usr/local/bin/python3
 | 
						|
#KITTYCAD_API_TOKEN="required token from dev.zoo.dev for engine testing"
 | 
						|
 | 
						|
FAIL_ON_CONSOLE_ERRORS=true
 |