feat: default_server_name
This commit is contained in:
parent
200f906dea
commit
0cfe3d73ac
@ -7,7 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: setup env
|
||||
run: |
|
||||
. ./.env
|
||||
. ./.env || true
|
||||
if [ "${{ gitea.ref_name }}" == prod ] && [ -n "$PROD_URL" ]; then
|
||||
BASE_URL="$PROD_URL"
|
||||
else
|
||||
|
@ -1,9 +1,5 @@
|
||||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://gmoker.com"
|
||||
}
|
||||
},
|
||||
"default_server_name": "gmoker.com",
|
||||
"setting_defaults": {
|
||||
"use_system_theme": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user