We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148af01 commit 2a16f15Copy full SHA for 2a16f15
AdguardExtension/SafariWebExtension/extension/tools/locales/config.json
@@ -1,6 +1,6 @@
1
{
2
"twosky_config_path": "../../.twosky.json",
3
- "api_url": "https://twosky.adtidy.org/api/v1",
+ "api_url": "https://twosky.int.agrd.dev/api/v1",
4
"source_relative_path": "../../src",
5
"supported_source_filename_extensions": [
6
".ts",
SupportingScripts/localization.py
@@ -22,8 +22,8 @@
22
#
23
# Configuration
24
25
-API_UPLOAD_URL = "https://twosky.adtidy.org/api/v1/upload"
26
-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"
27
# Root directory of the project files (relative to this script)
28
BASE_PATH = "../"
29
0 commit comments