diff --git a/.circleci/config.yml b/.circleci/config.yml index 46d165a58..8cfa25ad8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -281,14 +281,14 @@ executors: BUNDLER_VERSION: 2.4.20 RAILS_ENV: test RACK_ENV: test - DATABASE_URL: "postgres://postgres@localhost/hmpps-book-secure-move-api" + DATABASE_URL: "postgres://postgres@localhost/hmpps-book-secure-move-api2" EXTERNAL_URL: mocked_in_tests ENCRYPTOR_SALT: "2EREZ8Xub/vt0ya1ZM6YKUwIMN72MbmqeWMq7KS4BV8oSJJc27rDpZYmA6AQGYcS" EXTERNAL_WIREMOCK: "true" - image: cimg/postgres:16.1 environment: POSTGRES_USER: postgres - POSTGRES_DB: hmpps-book-secure-move-api + POSTGRES_DB: hmpps-book-secure-move-api2 LANG: C.utf8 - image: wiremock/wiremock:2.32.0-alpine command: --port 8888