Skip to content

Toggle app to demo integration between backend db and dashboard

Notifications You must be signed in to change notification settings

RH-Telescope/telescope-toggle

 
 

Repository files navigation

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');

About

Toggle app to demo integration between backend db and dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.4%
  • PHP 1.6%
  • Other 1.0%