Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
Remove credentials (also disabled in API).
  • Loading branch information
jbelien committed Nov 20, 2018
1 parent 83dc429 commit 449f291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
bootstrap="vendor/autoload.php"
>
<php>
<server name="GEO6_CUSTOMER_ID" value="ZSLzb3T9FCg8VE72" />
<server name="GEO6_API_KEY" value="aYasPu8XRPGMHMBa" />
<server name="GEO6_CUSTOMER_ID" value="" />
<server name="GEO6_API_KEY" value="" />
<server name="USE_CACHED_RESPONSES" value="true" />
</php>

Expand Down

0 comments on commit 449f291

Please sign in to comment.