change cdn to deltav

This commit is contained in:
deltanedas 2024-09-22 02:40:58 +01:00
parent 3e3984b8c7
commit 4386f5e034
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ RELEASE_DIR = "release"
# CONFIGURATION PARAMETERS
# Forks should change these to publish to their own infrastructure.
#
ROBUST_CDN_URL = "https://wizards.cdn.spacestation14.com/"
FORK_ID = "wizards"
ROBUST_CDN_URL = "https://cdn.delta-v.org/"
FORK_ID = "delta-v"
def main():
session = requests.Session()