Browse Source

fix(gsm): remove unused env var

Bryan Lee 1 year ago
parent
commit
a09dae8fbf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      game-server-manager/src/config.rs

+ 0 - 1
game-server-manager/src/config.rs

@@ -31,5 +31,4 @@ fn get_required_secret_text_or_file(var: &str) -> String {
 
 lazy_static::lazy_static! {
     pub static ref SERVICE_KEY: String = get_required_secret_text_or_file("SERVICE_KEY");
-    pub static ref GAME_SERVER_IMAGE_NAME: String = get_required_secret_text_or_file("GAME_SERVER_IMAGE_NAME");
 }