mirror of
				https://github.com/xfarrow/blink
				synced 2025-06-27 09:03:02 +02:00 
			
		
		
		
	Update .env
This commit is contained in:
		| @@ -1,8 +1,12 @@ | |||||||
| # Blink configuration file | # Blink configuration file | ||||||
|  |  | ||||||
|  | # API Server configuration | ||||||
| API_SERVER_PORT = 3000 | API_SERVER_PORT = 3000 | ||||||
|  |  | ||||||
|  | # Postgres database configuration | ||||||
| POSTGRES_SERVER = localhost | POSTGRES_SERVER = localhost | ||||||
| POSTGRES_USERNAME = postgres | POSTGRES_USERNAME = postgres | ||||||
| POSTGRES_PASSWORD = postgres | POSTGRES_PASSWORD = postgres | ||||||
| POSTGRES_PORT = 5432 | POSTGRES_PORT = 5432 | ||||||
|  |  | ||||||
|  | # Admin settings | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user