mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: POSTGRES_URL is now POSTGRES_URL_OVERRIDE
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
| | POSTGRES_SERVER   | postgres | Postgres database server address | | ||||
| | POSTGRES_PORT     |   5432   | Postgres database port           | | ||||
| | POSTGRES_DB       |  mealie  | Postgres database name           | | ||||
| | POSTGRES_URL      |   None   | Postgres URL override. Must be used with DB_ENGINE: postgres | | ||||
| | POSTGRES_URL_OVERRIDE |   None   | Postgres URL override. Must be used with DB_ENGINE: postgres | | ||||
|  | ||||
| ### Email | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user