use environment variable to store R2_BUCKET

This commit is contained in:
evan
2025-04-28 09:54:04 -07:00
parent 8e8df5c308
commit 94e828e408
4 changed files with 5 additions and 10 deletions
-3
View File
@@ -2,9 +2,6 @@ import { GameEnv } from "./Config";
import { DefaultServerConfig } from "./DefaultConfig";
export const prodConfig = new (class extends DefaultServerConfig {
r2Bucket(): string {
return "openfront-prod";
}
numWorkers(): number {
return 6;
}