From e7db1595c85bc6c50dd5a3fe6c1711aca70fcd51 Mon Sep 17 00:00:00 2001 From: augurk Date: Tue, 24 Jan 2023 15:15:54 +0100 Subject: [PATCH] adds env.example file --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..72b51c8 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +MONGODB_URI= +PAYLOAD_SECRET= +# local +PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000 +# Production +# PAYLOAD_PUBLIC_SERVER_URL=https://kios-admin.lumbung.space \ No newline at end of file