Improve example.env
This commit is contained in:
		
							parent
							
								
									3a421b1344
								
							
						
					
					
						commit
						9241a1ed9d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
# OpenDTU Logger
 | 
			
		||||
REMOTE_URL="opendtu:80"
 | 
			
		||||
DB_URL="host=timescaledb port=5432 user=postgres password=secret dbname=dtu sslmode=disable"
 | 
			
		||||
REMOTE_URL="192.168.1.89:80"
 | 
			
		||||
DB_URL="host=timescaledb port=5432 user=postgres password=secret dbname=opendtu sslmode=disable"
 | 
			
		||||
TIMESCALEDB_ENABLED=true
 | 
			
		||||
TZ="Europe/Amsterdam"
 | 
			
		||||
# Database configuration
 | 
			
		||||
PG_USER=
 | 
			
		||||
PG_USER=postgres
 | 
			
		||||
PG_PASSWORD=
 | 
			
		||||
PG_DB=
 | 
			
		||||
PG_DB=opendtu
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue