From a21ecd796ced1cd79941d56918a235c51c2a5fe1 Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Sun, 20 Apr 2025 09:00:10 +0100 Subject: [PATCH] add web config for dev --- EnotaryoPH/EnotaryoPH.Web/web.dev.config | 15 +++++++++++++++ EnotaryoPH/EnotaryoPH.Web/web.local.config | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 EnotaryoPH/EnotaryoPH.Web/web.dev.config create mode 100644 EnotaryoPH/EnotaryoPH.Web/web.local.config diff --git a/EnotaryoPH/EnotaryoPH.Web/web.dev.config b/EnotaryoPH/EnotaryoPH.Web/web.dev.config new file mode 100644 index 0000000..314a024 --- /dev/null +++ b/EnotaryoPH/EnotaryoPH.Web/web.dev.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EnotaryoPH/EnotaryoPH.Web/web.local.config b/EnotaryoPH/EnotaryoPH.Web/web.local.config new file mode 100644 index 0000000..314a024 --- /dev/null +++ b/EnotaryoPH/EnotaryoPH.Web/web.local.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file