Skip to content

Hbm 83 env files

Risto-Pekka Nykkänen requested to merge HBM-83_env_files into development

Updated app to use state.

Testing: Requests sent from local environment should go to bnm.docker.sh url Request sent from dev environment should go to dev environment.

  1. Go to ResearchgroupSearchController.php and manually change the host to either dev or production ($host = 'http://hbm-dev-20.it.helsinki.fi/';)

  2. Run the app, the request should go to different environment

Merge request reports