Skip to content

Commit de9dbe8

Browse files
committed
chore: Integrate Backstage configurations and update Plausible domain
- Add and update configurations for Backstage integration in `.env.example` file - Remove duplicate entry for `PLAUSIBLE_DATA_DOMAIN` in `.env.example`
1 parent 87f6544 commit de9dbe8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.env.example

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# GitHub
12
GITHUB_TOKEN=
23

4+
# Backstage
5+
PLAUSIBLE_DATA_DOMAIN=backstage.localhost
6+
PLAUSIBLE_SOURCE_URL=http://plausible.localhost/js/script.js
7+
38
# Plausible
49
BASE_URL=http://plausible.localhost
5-
PLAUSIBLE_DATA_DOMAIN=http://backstage.localhost
6-
PLAUSIBLE_SOURCE_URL=http://plausible.localhost/js/script.js
710
SECRET_KEY_BASE=
811
TOTP_VAULT_KEY=

0 commit comments

Comments
 (0)