summary refs log tree commit diff homepage
path: root/src/Config.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.ts b/src/Config.ts
index 5a1417d..ee24698 100644
--- a/src/Config.ts
+++ b/src/Config.ts
@@ -37,6 +37,8 @@ export interface Config {
 
   SERVER_NAME: string
   SERVER_IMAGE: string
+  HEAD_IMAGE_URL: string
+  DEFAULT_PLAYER_HEAD: string
   SHOW_SERVER_STATUS: boolean
   SHOW_PLAYER_CONN_STAT: boolean
   SHOW_PLAYER_ADVANCEMENT: boolean