From 3faffc2710cd6f7923e237081e54cfec4f31fcf0 Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Mon, 21 Apr 2025 17:45:59 +0100 Subject: [PATCH] add appsettings --- EnotaryoPH/EnotaryoPH.DbMigration/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 EnotaryoPH/EnotaryoPH.DbMigration/appsettings.json diff --git a/EnotaryoPH/EnotaryoPH.DbMigration/appsettings.json b/EnotaryoPH/EnotaryoPH.DbMigration/appsettings.json new file mode 100644 index 0000000..3970f9e --- /dev/null +++ b/EnotaryoPH/EnotaryoPH.DbMigration/appsettings.json @@ -0,0 +1,5 @@ +{ + "ConnectionStrings": { + "DbUpConnection": "secret" + } +} \ No newline at end of file