mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	test_settings: Don't hardcode LOCAL_DATABASE_PASSWORD.
(imported from commit 5bf4ae48d490fafbc8e2ae7f63783473b3a4e8a9)
This commit is contained in:
		@@ -3,7 +3,7 @@ import os
 | 
			
		||||
 | 
			
		||||
DATABASES["default"] = {"NAME": "zulip_test",
 | 
			
		||||
                        "USER": "zulip_test",
 | 
			
		||||
                        "PASSWORD": "xxxxxxxxxxxx",
 | 
			
		||||
                        "PASSWORD": LOCAL_DATABASE_PASSWORD,
 | 
			
		||||
                        "HOST": "localhost",
 | 
			
		||||
                        "SCHEMA": "zulip",
 | 
			
		||||
                        "ENGINE": "django.db.backends.postgresql_psycopg2",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user