mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:44:11 +01:00 
			
		
		
		
	don't rely on DB_HOST, DB_TYPE, and DB_PORT set in config.php-dist; set proper values on startup
This commit is contained in:
		
							parent
							
								
									dff0116139
								
							
						
					
					
						commit
						9101ad6efc
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -73,6 +73,9 @@ if [ ! -s $DST_DIR/config.php ]; then
 | 
			
		|||
		-e "s/define('DB_USER'.*/define('DB_USER', '$DB_USER');/" \
 | 
			
		||||
		-e "s/define('DB_NAME'.*/define('DB_NAME', '$DB_NAME');/" \
 | 
			
		||||
		-e "s/define('DB_PASS'.*/define('DB_PASS', '$DB_PASS');/" \
 | 
			
		||||
		-e "s/define('DB_HOST'.*/define('DB_HOST', '$DB_HOST');/" \
 | 
			
		||||
		-e "s/define('DB_TYPE'.*/define('DB_TYPE', 'pgsql');/" \
 | 
			
		||||
		-e "s/define('DB_PORT'.*/define('DB_PORT', 5432);/" \
 | 
			
		||||
		-e "s/define('PLUGINS'.*/define('PLUGINS', 'auth_internal, note, nginx_xaccel');/" \
 | 
			
		||||
		-e "s/define('SELF_URL_PATH'.*/define('SELF_URL_PATH','$SELF_URL_PATH');/" \
 | 
			
		||||
		< $DST_DIR/config.php-dist > $DST_DIR/config.php
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue