mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-31 00:17:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			459 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			459 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| #Source this file if using default mongo settings from readme
 | |
| # if i've done my work correctly, this file will be defunct
 | |
| #  refer to config folder for new method
 | |
| export API_PORT=8081
 | |
| export GRPC_PORT=5051
 | |
| export MONGO_USER=mongoadmin
 | |
| export MONGO_PASS=mongopass
 | |
| export MONGO_HOST=localhost
 | |
| export MASTER_KEY=c4tsRc001
 | |
| export MONGO_PORT=27017
 | |
| export MONGO_OPTS='/?authSource=admin'
 | |
| export MASTER_TOKEN="mastertoken"
 | |
| export CREATE_KEY="newnode123"
 |