Skip to content

Commit

Permalink
💡 Enhance: Change the Twosky domain
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiv4nov committed Oct 26, 2022
1 parent d5f785d commit 41f284e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"twosky_config_path": "../../.twosky.json",
"api_url": "https://twosky.adtidy.org/api/v1",
"api_url": "https://twosky.int.agrd.dev/api/v1",
"source_relative_path": "../../src",
"supported_source_filename_extensions": [
".ts",
Expand Down
4 changes: 2 additions & 2 deletions SupportingScripts/localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#
# Configuration
#
API_UPLOAD_URL = "https://twosky.adtidy.org/api/v1/upload"
API_DOWNLOAD_URL = "https://twosky.adtidy.org/api/v1/download"
API_UPLOAD_URL = "https://twosky.int.agrd.dev/api/v1/upload"
API_DOWNLOAD_URL = "https://twosky.int.agrd.dev/api/v1/download"
# Root directory of the project files (relative to this script)
BASE_PATH = "../"

Expand Down

0 comments on commit 41f284e

Please sign in to comment.