Skip to content

Commit

Permalink
Merge pull request #862 from plural/local-dev-uses-v3-prod-api
Browse files Browse the repository at this point in the history
Use the prod v3 api for local dev.
  • Loading branch information
plural authored Oct 12, 2024
2 parents 196b858 + 9ad2db8 commit c9768ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev-parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ parameters:
oauth_test_client_secret: ~
oauth_test_redirect_uri: ~
images_path: ~
v3_api_url: 'http://localhost:3000'
v3_api_url: 'https://api.netrunnerdb.com'
card_image_url: 'https://card-images.netrunnerdb.com/v1'

0 comments on commit c9768ec

Please sign in to comment.