|
@@ -49,10 +49,10 @@ short-link:
|
|
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
|
short-link:
|
|
short-link:
|
|
|
- public-base-url: https://test-api.example.com
|
|
|
|
|
|
|
+ public-base-url: https://test.ailien.shop
|
|
|
https-only: true
|
|
https-only: true
|
|
|
allow-local-network-target: false
|
|
allow-local-network-target: false
|
|
|
- allowed-hosts: m.test.example.com,www.test.example.com
|
|
|
|
|
|
|
+ allowed-hosts: test.ailien.shop,www.test.ailien.shop,m.test.ailien.shop
|
|
|
ttl-days: 30
|
|
ttl-days: 30
|
|
|
```
|
|
```
|
|
|
|
|
|
|
@@ -64,10 +64,10 @@ short-link:
|
|
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
|
short-link:
|
|
short-link:
|
|
|
- public-base-url: https://uat-api.example.com
|
|
|
|
|
|
|
+ public-base-url: https://uat.ailien.shop
|
|
|
https-only: true
|
|
https-only: true
|
|
|
allow-local-network-target: false
|
|
allow-local-network-target: false
|
|
|
- allowed-hosts: m.uat.example.com,www.uat.example.com
|
|
|
|
|
|
|
+ allowed-hosts: uat.ailien.shop,www.uat.ailien.shop,m.uat.ailien.shop
|
|
|
ttl-days: 30
|
|
ttl-days: 30
|
|
|
```
|
|
```
|
|
|
|
|
|
|
@@ -75,10 +75,10 @@ short-link:
|
|
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
|
short-link:
|
|
short-link:
|
|
|
- public-base-url: https://api.example.com
|
|
|
|
|
|
|
+ public-base-url: https://prod.ailien.shop
|
|
|
https-only: true
|
|
https-only: true
|
|
|
allow-local-network-target: false
|
|
allow-local-network-target: false
|
|
|
- allowed-hosts: m.example.com,www.example.com
|
|
|
|
|
|
|
+ allowed-hosts: prod.ailien.shop,www.prod.ailien.shop,m.prod.ailien.shop
|
|
|
ttl-days: 30
|
|
ttl-days: 30
|
|
|
```
|
|
```
|
|
|
|
|
|