Skip to content

Commit

Permalink
Change config URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 10, 2024
1 parent e758e66 commit a3b86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebs/src/modules/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getBannedUsers } from "../util/db";

let config: Config | undefined;

const gistUrl = "https://gist.githubusercontent.com/Alexejhero/804fe0900d015b89a934a9b759ba2330/raw";
const gistUrl = "https://raw.githubusercontent.com/VedalAI/swarm-control/main/config.json";

async function fetchConfig(): Promise<Config> {
const url = `${gistUrl}?${Date.now()}`;
Expand Down

0 comments on commit a3b86bd

Please sign in to comment.