Skip to content

Commit

Permalink
change false to "false" in actions-services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 22, 2024
1 parent 800110c commit 8916435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ services:
MYSQL_DATABASE: test
MYSQL_USER: idpmgmt
MYSQL_PASSWORD: idpmgmt
ALERTS_EMAIL_ENABLED: false
ALERTS_EMAIL_ENABLED: "false"
ALERTS_EMAIL: [email protected]
ID_BROKER_baseUrl: http://broker
ID_BROKER_accessToken: abc123
ID_BROKER_assertValidBrokerIp: false
ID_BROKER_validIpRanges: 127.0.0.1/32,192.168.65.1/32
TEST_GOOGLE_PWSTORE_CONFIG_applicationName: idpGooglePwStoreTestsByCI
RECAPTCHA_REQUIRED: false
RECAPTCHA_REQUIRED: "false"
EMAIL_SERVICE_accessToken: fake
EMAIL_SERVICE_assertValidIp: "false"
EMAIL_SERVICE_baseUrl: fake
Expand Down

0 comments on commit 8916435

Please sign in to comment.