We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba2041 commit 06b57f7Copy full SHA for 06b57f7
2 files changed
.env.example
@@ -51,3 +51,6 @@ EDITOR_ENCRYPTION_KEY=a1b2c3d4e5f67890123456789abcdef0123456789abcdef0123456789a
51
# The sandbox creds can be found in 1password under "Google Cloud Console: CEfE Sandbox"
52
GOOGLE_CLIENT_ID=changeme.apps.googleusercontent.com
53
GOOGLE_CLIENT_SECRET=changeme
54
+
55
+# E2E tests can supply this to enable test utility endpoints
56
+RESEED_API_KEY=changeme
.gitignore
@@ -41,3 +41,6 @@
41
.byebug_history
42
43
docker-compose.override.yml
44
45
+# Editor settings
46
+.idea/*
0 commit comments