* Remove snapshottoken Fixes #6800 * Add placeholder in .env.development * Clean up language * Update CONTRIBUTING.md Co-authored-by: Jace Browning <jacebrowning@gmail.com> * Add dotenv to secrets for local testing * Lint * Reorg things * Quick fix * Last one for windows --------- Co-authored-by: Jace Browning <jacebrowning@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			643 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			643 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 to skip auth in the app"
 | 
						|
#token="required token for playwright. TODO: clean up env vars in #3973"
 | 
						|
 | 
						|
RUST_BACKTRACE=1
 | 
						|
PYO3_PYTHON=/usr/local/bin/python3
 | 
						|
#KITTYCAD_API_TOKEN="required token for engine testing"
 | 
						|
 | 
						|
FAIL_ON_CONSOLE_ERRORS=true
 |