From 8465f5b5d41dd8665022e977a3440e174a3949d5 Mon Sep 17 00:00:00 2001 From: Daniil Palagin Date: Wed, 18 Sep 2024 09:45:05 +0200 Subject: [PATCH] [#50] Add .env files to the /deploy folder --- deploy/.env | 4 ++++ .env.custom-script-paths => deploy/.env.custom-script-paths | 0 2 files changed, 4 insertions(+) create mode 100644 deploy/.env rename .env.custom-script-paths => deploy/.env.custom-script-paths (100%) diff --git a/deploy/.env b/deploy/.env new file mode 100644 index 0000000..2502236 --- /dev/null +++ b/deploy/.env @@ -0,0 +1,4 @@ +#INTERNAL_HOST_PORT=1235 +#PUBLIC_ORIGIN=http://localhost +#SPIPES_ENGINE=http://s-pipes-engine:8080/s-pipes/ +#SPIPES_EDITOR_REST=s-pipes-editor-rest:18115 diff --git a/.env.custom-script-paths b/deploy/.env.custom-script-paths similarity index 100% rename from .env.custom-script-paths rename to deploy/.env.custom-script-paths