mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-09 16:36:34 +00:00
Renamed the entrypoint.sh to docker-entrypoint.sh
(To fit in for the official zulip/zulip project)
This commit is contained in:
@@ -44,7 +44,7 @@ try:
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'zproject.settings'
|
||||
from django.conf import settings
|
||||
remote_postgres_host = settings.REMOTE_POSTGRES_HOST
|
||||
except ImportError as e:
|
||||
except ImportError, e:
|
||||
# process_fts_updates also supports running locally on a remote
|
||||
# postgres server; in that case, one can just connect to localhost
|
||||
remote_postgres_host = ''
|
||||
|
||||
Reference in New Issue
Block a user