Skip to content

Commit

Permalink
Merge pull request #480 from qxf2/update-api-test-conf-and-ci-workflow
Browse files Browse the repository at this point in the history
Updated api test configuration and CircleCI configuration
  • Loading branch information
rohandudam authored Oct 22, 2024
2 parents f3a0a74 + ca92e46 commit 36f89f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,8 @@ jobs:

- run: git clone https://github.com/qxf2/weather-shopper-app-apk.git

- run: git clone https://github.com/qxf2/cars-api.git

- run: pip install flask

- run: sudo apt-get update

- run:
name: Run Flask app in background
command: |
python cars-api/cars_app.py
background: true

- run:
name: Run different Tox environments on different Containers
command: |
Expand Down
2 changes: 1 addition & 1 deletion conf/base_url_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Conf file for base_url
"""
ui_base_url = "https://qxf2.com/"
api_base_url= "http://127.0.0.1:5000"
api_base_url= "https://cars-app.qxf2.com"

0 comments on commit 36f89f4

Please sign in to comment.