mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 12:43:05 +00:00
use git commit hash verification when replaying archived games (#204)
This commit is contained in:
@@ -22,6 +22,9 @@ import { pastelTheme } from "./PastelTheme";
|
||||
import { pastelThemeDark } from "./PastelThemeDark";
|
||||
|
||||
export abstract class DefaultServerConfig implements ServerConfig {
|
||||
gitCommit(): string {
|
||||
return process.env.GIT_COMMIT;
|
||||
}
|
||||
adminHeader(): string {
|
||||
return "x-admin-key";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user