Skip to content

Commit

Permalink
feat: change environment key names
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed Jan 24, 2025
1 parent 2c475ea commit 705435f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/domain/commands/project_setups/preset.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ mixin CreateProjectTools {

final baseBuffer = StringBuffer()
..writeln('DART_ENV=development')
..writeln('HTTP_VERSION=10')
..writeln('WSS_VERSION=10')
..writeln('DISCORD_REST_API_VERSION=10')
..writeln('DISCORD_WS_VERSION=10')
..writeln('INTENT=3276799')
..writeln('LOG_LEVEL=$logLevel');

Expand Down

0 comments on commit 705435f

Please sign in to comment.