view test/pg_service.conf @ 8216:03020f08a685

fix(web) issue2551382 - fix more integer param test cases fix bad unicode in second test. Also be smarter about validating the value I was missing correct handling of other string variants with # or & embedded in them. E.G. 123#dfg - should return 200 as Roundup sees value 123.
author John Rouillard <rouilj@ieee.org>
date Mon, 16 Dec 2024 21:24:59 -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/