From 4d6c2d03b56e33e6e6d747a05197bc37dd5d7d69 Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Sat, 13 Jul 2024 16:17:18 +1000 Subject: [PATCH] add db ci --- config/database.yml.ci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/database.yml.ci diff --git a/config/database.yml.ci b/config/database.yml.ci new file mode 100644 index 0000000..40d52b6 --- /dev/null +++ b/config/database.yml.ci @@ -0,0 +1,8 @@ +test: + adapter: postgresql + encoding: unicode + database: pirate_app_test + pool: 5 + username: postgres + password: postgres + host: localhost