Skip to content

Commit

Permalink
Remove cloud-sql information (#652)
Browse files Browse the repository at this point in the history
Note that some of this has moved to: panoptes/panoptes-network#2
  • Loading branch information
wtgee authored Oct 1, 2018
1 parent 77cd582 commit 3df9aa7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 296 deletions.
9 changes: 0 additions & 9 deletions conf_files/pocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@ panoptes_network:
project_id: panoptes-survey
buckets:
images: panoptes-survey
cloudsql_instances:
meta:
location: us-central1
database: panoptes-meta
local_port: 5432
tess:
location: us-central1
database: tess-catalog
local_port: 5433

#Enable to output POCS messages to social accounts
# social_accounts:
Expand Down
Empty file removed pocs/utils/db/__init__.py
Empty file.
196 changes: 0 additions & 196 deletions pocs/utils/db/postgres.py

This file was deleted.

74 changes: 0 additions & 74 deletions scripts/connect_clouddb_proxy.py

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/startup/start_cloudsql_proxy.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/startup/start_panoptes_in_tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ set -x
# These provide connections between message publishers and subscribers.
create_and_init_window msg_hub start_messaging_hub.sh

# Create a window running the Google CloudSQL proxy script, connecting
# to the meta database.
create_and_init_window meta_db start_cloudsql_proxy.sh meta

# Create a window running the social messaging program. It subscribes to
# zeromq and posts some messages to Twitter or Slack, if
# conf_files/pocs_local.yaml has the appropriate config values; if not,
Expand Down

0 comments on commit 3df9aa7

Please sign in to comment.