You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
the easiest way to do this is to login into cloud foundry: cf login, run cf env dolores-app and use the uri attribute produced there as the "Scheme" in https://pgweb.apps.cloud.gov/
There should be documentation for visiting the database
cf-ssh
cf login
rvm use ruby-2.3.1
(because we are on a later version than ruby-buildpack supportscf-ssh --verbose -f manifest.yml
cf login
, runcf env dolores-app
and use theuri
attribute produced there as the "Scheme" in https://pgweb.apps.cloud.gov/INSERT INTO employees (id,created_at, updated_at, slack_username, started_on, time_zone, deleted_at, slack_channel_id) VALUES ([id], '2015-5-9T21:32:43.109879Z', '2015-5-9T21:32:43.109879Z', '[slack username]', '2015-05-02T00:00:00Z', 'Pacific Time (US & Canada)', NULL, NULL);
The text was updated successfully, but these errors were encountered: