view test/pg_service.conf @ 7751:bd013590d8d6

docs: optimize head section of templates Reordered the head section of website/www using capo.js to improve speed. Tried to do the same for the doc/_template/layout.html. Due to a bug in sphinx, we get duplicate viewport tags. https://github.com/sphinx-doc/sphinx/issues/11699 but I think it's harmless.
author John Rouillard <rouilj@ieee.org>
date Fri, 01 Mar 2024 14:07:28 -0500
parents 8147f6deac9f
children
line wrap: on
line source

[roundup_test_db]
host=127.0.0.1
port=5432
user=rounduptest
password=rounduptest
dbname=rounduptest

[roundup_test_schema]
host=127.0.0.1
port=5432
user=rounduptest_schema
password=rounduptest
dbname=rounduptest_schema
options=-c search_path=roundup_service_dev

[roundup_test_schema_bad]
host=127.0.0.1
port=5432
user=rounduptest_schema
password=rounduptest
dbname=rounduptest_schema
options=-c search_path= 


Roundup Issue Tracker: http://roundup-tracker.org/