Skip to content

Commit

Permalink
Point CI to Den dev for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinb2 authored and jlewitt1 committed Apr 4, 2024
1 parent 96bb2b6 commit a62e5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/setup_rh_config/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ runs:
echo "disable_data_collection: true" >> ~/.rh/config.yaml
echo "token: ${{ inputs.token }}" >> ~/.rh/config.yaml
echo "username: ${{ inputs.username }}" >> ~/.rh/config.yaml
echo "api_server_url: https://api-dev.run.house" >> ~/.rh/config.yaml
2 changes: 1 addition & 1 deletion runhouse/rns/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Defaults:
"disable_data_collection": False,
"use_local_telemetry": False,
"use_rns": False,
"api_server_url": "https://api.run.house",
"api_server_url": "https://api-dev.run.house",
"dashboard_url": "https://run.house",
"telemetry_collector_address": "https://api.run.house:14318",
}
Expand Down

0 comments on commit a62e5f1

Please sign in to comment.