mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
Update environment.sh
This commit is contained in:
parent
969043a5f0
commit
f10be97001
@ -222,6 +222,14 @@ def "KODO_ACCESS_KEY_SECRET" # 七
|
|||||||
def "KODO_SESSION_TOKEN" # 七牛云OSS的会话令牌
|
def "KODO_SESSION_TOKEN" # 七牛云OSS的会话令牌
|
||||||
def "KODO_PUBLIC_READ" "false" # 公有读
|
def "KODO_PUBLIC_READ" "false" # 公有读
|
||||||
|
|
||||||
|
# AWS Configuration Information
|
||||||
|
def "AWS_ENDPOINT" "" # AWS endpoint, generally not needed unless using a specific service
|
||||||
|
def "AWS_REGION" "us-east-1" # AWS Region
|
||||||
|
def "AWS_BUCKET" "demo-9999999" # AWS S3 Bucket Name
|
||||||
|
def "AWS_ACCESS_KEY_ID" # AWS Access Key ID
|
||||||
|
def "AWS_SECRET_ACCESS_KEY" # AWS Secret Access Key
|
||||||
|
def "AWS_PUBLIC_READ" "false" # Public read access
|
||||||
|
|
||||||
###################### Redis 配置信息 ######################
|
###################### Redis 配置信息 ######################
|
||||||
def "REDIS_PORT" "16379" # Redis的端口
|
def "REDIS_PORT" "16379" # Redis的端口
|
||||||
def "REDIS_ADDRESS" "${DOCKER_BRIDGE_GATEWAY}" # Redis的地址
|
def "REDIS_ADDRESS" "${DOCKER_BRIDGE_GATEWAY}" # Redis的地址
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user