Skip to content

Commit

Permalink
remove phoenix
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Mar 22, 2023
1 parent 7c2befa commit 5b33aa5
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion birdhouse/config/magpie/magpie.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyramid.includes = pyramid_tm ziggurat_foundations.ext.pyramid.sign_in ziggurat_
magpie.port = 2001
magpie.url = https://${PAVICS_FQDN}/magpie
magpie.max_restart = 5
magpie.push_phoenix = true
magpie.push_phoenix = false
# This secret should be the same in Twitcher !
magpie.secret = ${MAGPIE_SECRET}
magpie.admin_user = ${MAGPIE_ADMIN_USERNAME}
Expand Down
2 changes: 0 additions & 2 deletions birdhouse/config/phoenix/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions birdhouse/config/phoenix/custom.cfg.template

This file was deleted.

16 changes: 0 additions & 16 deletions birdhouse/config/phoenix/default.env

This file was deleted.

36 changes: 0 additions & 36 deletions birdhouse/config/phoenix/docker-compose-extra.yml

This file was deleted.

1 change: 0 additions & 1 deletion birdhouse/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export DELAYED_EVAL=''

export DEFAULT_CONF_DIRS='
./config/proxy
./config/phoenix
./config/geoserver
./config/flyingpigeon
./config/finch
Expand Down
2 changes: 0 additions & 2 deletions birdhouse/env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export MAGPIE_ADMIN_USERNAME=admin
# Magpie now requires a password length of at least 12 characters
export MAGPIE_ADMIN_PASSWORD=qwertyqwerty!
export TWITCHER_PROTECTED_PATH=/twitcher/ows/proxy
export PHOENIX_PASSWORD=phoenix_pass
export PHOENIX_PASSWORD_HASH=sha256:123456789012:1234567890123456789012345678901234567890123456789012345678901234
export SUPPORT_EMAIL=helpdesk@example.com
export CMIP5_THREDDS_ROOT=birdhouse/CMIP5/CCCMA
export JUPYTERHUB_ADMIN_USERS="{'admin'}" # python set syntax
Expand Down

0 comments on commit 5b33aa5

Please sign in to comment.