Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 269 Bytes

telescope-toggle

Used to demo Telescope functionality. Just set the various environmental variables for your postgress database:

$pg_host = getenv('PG_HOST');
$pg_db = getenv('PG_DATABASE');
$pg_user = getenv('PG_USER');
$pg_passwd = getenv('PG_PASSWORD');