mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| set -a
 | |
| source application.env
 | |
| set +a
 | |
| 
 | |
| export JAVA_OPTS="-Xms512m -Xmx2048m -Dhttp.port=9001"
 | |
| 
 | |
| build/stage/wherehows-backend/bin/playBinary
 | 
