New CDN for Publish (#191)

This commit is contained in:
Aiden
2025-04-20 01:36:44 -05:00
committed by GitHub
parent 86a14fb936
commit 8d17289d4b
+2 -2
View File
@@ -15,8 +15,8 @@ RELEASE_DIR = "release"
# CONFIGURATION PARAMETERS
# Forks should change these to publish to their own infrastructure.
#
ROBUST_CDN_URL = "https://cdn.project-monolith.xyz/"
FORK_ID = "monolith"
ROBUST_CDN_URL = "https://cdn.goobstation.com/"
FORK_ID = "Monolith"
def main():
parser = argparse.ArgumentParser()