Skip to content

Commit

Permalink
.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 13, 2024
1 parent c6c6ede commit a6d3b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 2 additions & 0 deletions src/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_APP_CLIENT_ID=1234
VITE_APP_REALM_API=http://localhost:5173

0 comments on commit a6d3b8f

Please sign in to comment.