Skip to content

Commit c309405

Browse files
committed
Add a CFBOT_SECRET to example config
By using the same secret in both repos it's easier for people to test and improve the CFBot integration.
1 parent 2473660 commit c309405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pgcommitfest/local_settings_example.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
MOCK_ARCHIVE_DATA = os.path.join(
3131
BASE_DIR, "commitfest", "fixtures", "archive_data.json"
3232
)
33+
34+
CFBOT_SECRET = "INSECURE"

0 commit comments

Comments
 (0)