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