mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			296 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			296 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
# To Copy and rename the yml files in the config directory:-
 | 
						|
 | 
						|
# copy config & update the values in database and application ymls accordingly
 | 
						|
# ref docs for detailed instructions
 | 
						|
cp shared/config/database.yml config/database.yml
 | 
						|
cp shared/config/application.yml config/application.yml
 |