Tenant Configuration
Global Configuration of Tenant Space.
Page Permissions: Super Admin role
Name | Value | Description |
---|---|---|
tenant_title | Metad Analytics Cloud | Title name (Default) for website tenant |
tenant_title_zh-Hans | 元数分析云 | Chinese title name for website tenant |
tenant_title_[lang] | Metad Analytics Cloud | The website title under certain language represented by language code after the name |
fileStorageProvider | local | Local disk storage on the server |
OSS | Alibaba Cloud OSS as storage service | |
S3 | AWS S3 as storage service | |
aliyun_default_region | such as oss-cn-shanghai | Default region for Alibaba Cloud OSS provider when fileStorageProvider=OSS |
aliyun_bucket | xxx | Bucket for Alibaba Cloud OSS provider when fileStorageProvider=OSS |
aliyun_access_key_id | xxx | Access key ID for Alibaba Cloud OSS provider when fileStorageProvider=OSS |
aliyun_access_key_secret | xxx | Access key secret for Alibaba Cloud OSS provider when fileStorageProvider=OSS |
aws_default_region | xxx | Default region for AWS S3 provider when fileStorageProvider=S3 |
aws_bucket | xxx | Bucket for AWS S3 provider when fileStorageProvider=S3 |
aws_access_key_id | xxx | Access key ID for AWS S3 provider when fileStorageProvider=S3 |
aws_secret_access_key | xxx | Secret access key for AWS S3 provider when fileStorageProvider=S3 |
agent-local-url | [domain]:20215 | (Private) Configuration of client agent |
Client Agent
Use environment variable agent-local-url
to specify the address and port number of the client agent for the tenant;
- Download and install client agent software, run it on a server with a fixed IP or domain name;
- Configure the IP or domain name of this server and port to the tenant configuration variable
agent-local-url
;