commit 0aaa766fab7e278264791836bdeb9e63c106ae57
parent d3f00032ca74dc4fb1ae7a9450009e0e55ffeeb9
Author: minerva-jupiter <contact@minervajuppiter.net>
Date: Tue, 25 Nov 2025 11:20:51 +0000
change default phone country
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.json b/config.json
@@ -23,7 +23,7 @@
"https://scalar-staging.vector.im/api"
],
"default_widget_container_height": 280,
- "default_country_code": "GB",
+ "default_country_code": "JP",
"show_labs_settings": false,
"features": {},
"default_federate": false,
diff --git a/docker-compose.yaml b/docker-compose.yaml
@@ -7,6 +7,6 @@ services:
- "8081:80"
volumes:
- - ./data/config.json:/app/config.json
+ - ./config.json:/app/config.json
restart: unless-stopped