From a6d3b8ff3f8e6bda49b3a1b1e9db86d0e0aede4e Mon Sep 17 00:00:00 2001 From: haliphax Date: Wed, 13 Mar 2024 16:31:00 -0500 Subject: [PATCH] .env.example --- README.md | 1 + src/.env.example | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 src/.env.example diff --git a/README.md b/README.md index 2efd44e..5fdd769 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ to facilitate the play and administration of [tabletop roleplaying games][] ```shell npm login --scope @haliphax # password is your GitHub auth token +cp src/.env.example src/.env # customize the environment variables file npm run build ``` diff --git a/src/.env.example b/src/.env.example new file mode 100644 index 0000000..18ad568 --- /dev/null +++ b/src/.env.example @@ -0,0 +1,2 @@ +VITE_APP_CLIENT_ID=1234 +VITE_APP_REALM_API=http://localhost:5173