From 4bd78d19c8012defea6b26b34e35b1b80e204f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Tue, 17 Sep 2024 16:40:30 +0200 Subject: [PATCH] docs: Add instructions about `.env` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- .env.example | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..eb8c668 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +VIPPS_CLIENT_ID="example" +VIPPS_CLIENT_SECRET="example" +VIPPS_OCP_APIM_SUBSCRIPTION_KEY_PRIMARY="example" +VIPPS_OCM_APIM_SUBSCRIPTION_KEY_SECONDARY="example" +VIPPS_MSN="example" +VIPPS_API_BASE_URL="example" diff --git a/README.md b/README.md index 246a514..c0dd917 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ public accessible RSS-feeds for their produced podcasts via their ## Local development 1. [Install Deno](https://deno.land/manual/getting_started/installation) +1. `cp .env.example .env` 1. Run the app: `deno task start` 1. Open [localhost:8000](http://localhost:8000) in your browser