Skip to content

Commit

Permalink
chore: disable camera feature
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss authored Oct 18, 2023
1 parent 3ab661c commit 4a5692d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roshambo-backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ quarkus.quinoa.build-dir=build
roshambo.round-time=10s
roshambo.time-between-rounds=5s
roshambo.number-of-rounds=3
roshambo.enable.camera=true
# Change this to true to enable the camera feature in production
roshambo.enable.camera=false

%dev.roshambo.enable.camera=true
%test.roshambo.enable.camera=true
Expand Down

0 comments on commit 4a5692d

Please sign in to comment.