Jake Howard
a2fe3ca37a
It needs to be environment variables now, but there's a bug where it doesn't read docker ones for some reason
11 lines
307 B
PHP
11 lines
307 B
PHP
<?php
|
|
putenv('TTRSS_DB_USER=tt-rss');
|
|
putenv('TTRSS_DB_NAME=tt-rss');
|
|
putenv('TTRSS_DB_PASS=tt-rss');
|
|
|
|
putenv('TTRSS_SELF_URL_PATH=https://tt-rss.jakehoward.tech/');
|
|
|
|
putenv('TTRSS_ENABLE_REGISTRATION=false');
|
|
|
|
putenv('TTRSS_CHECK_FOR_UPDATES=false');
|
|
putenv('TTRSS_ENABLE_GZIP_OUTPUT=true');
|