Skip to content

Commit df64707

Browse files
committed
Update ticketing configuration to set staging to false for production readiness
1 parent 48d17db commit df64707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎devcon/src/config/ticketing.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ENV_CONFIG = {
6565
self: {
6666
scope: 'devcon-india-local-discount',
6767
// TODO: replace with production staging
68-
staging: true,
68+
staging: false,
6969
// TODO: replace after event
7070
requireEarlyAccess: true,
7171
},

0 commit comments

Comments
 (0)