Skip to content

Commit

Permalink
chore: revert change to config
Browse files Browse the repository at this point in the history
  • Loading branch information
DasProffi committed Jan 8, 2024
1 parent 3d52cf9 commit 891978a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tasks/lib/config/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const minimumPasswordCharacters = 6;
/// Whether the development mode should be enabled
///
/// Shortens the login
const bool DEV_MODE = true;
const bool DEV_MODE = false;

/// The API for testing
const String STAGING_API_URL = "staging.api.helpwave.de";
Expand Down

0 comments on commit 891978a

Please sign in to comment.