Skip to content

Commit

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

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

0 comments on commit 3ab661c

Please sign in to comment.