We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c8ad2 commit d564852Copy full SHA for d564852
docker/config.py
@@ -24,6 +24,7 @@
24
'HOST': os.getenv('POSTGRES_HOST'),
25
'PORT': os.getenv('POSTGRES_PORT','5432'),
26
'OPTIONS': {'sslmode': os.getenv('POSTGRES_SSLMODE','disable')},
27
+ 'DISABLE_SERVER_SIDE_CURSORS': os.getenv('POSTGRES_DISABLE_SERVER_SIDE_CURSORS', 'False') == 'True',
28
}
29
30
SECRET_KEY = os.getenv('TAIGA_SECRET_KEY')
0 commit comments