Skip to content

Commit 06b57f7

Browse files
committed
Add RESEED_API_KEY to example env vars
1 parent 5ba2041 commit 06b57f7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ EDITOR_ENCRYPTION_KEY=a1b2c3d4e5f67890123456789abcdef0123456789abcdef0123456789a
5151
# The sandbox creds can be found in 1password under "Google Cloud Console: CEfE Sandbox"
5252
GOOGLE_CLIENT_ID=changeme.apps.googleusercontent.com
5353
GOOGLE_CLIENT_SECRET=changeme
54+
55+
# E2E tests can supply this to enable test utility endpoints
56+
RESEED_API_KEY=changeme

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@
4141
.byebug_history
4242

4343
docker-compose.override.yml
44+
45+
# Editor settings
46+
.idea/*

0 commit comments

Comments
 (0)