From afcc51209548bc08ea3d2674f3960812bc7be6af Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:48:53 +0700 Subject: [PATCH] chore: dotenv example --- Prototype/server/.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Prototype/server/.env.example diff --git a/Prototype/server/.env.example b/Prototype/server/.env.example new file mode 100644 index 0000000..32e22a9 --- /dev/null +++ b/Prototype/server/.env.example @@ -0,0 +1,8 @@ +PUBLIC_KEY= +REALM_URL= +PORT= + +MINIO_HOST= +MINIO_PORT= +MINIO_ACCESS_KEY= +MINIO_SECRET_KEY=