Skip to content

Commit

Permalink
Update .env.powershell.temp
Browse files Browse the repository at this point in the history
  • Loading branch information
cfdxkk committed Nov 26, 2023
1 parent b1a8b27 commit 40fa55c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .env.powershell.temp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ $env:SERVER_ENV="dev"
# 数据库连接的地址,如果是集群请使用半角逗号分割多个主机,例:XX.XX.XX.XX:30001,YY.YY.YY.YY:30002
$env:MONGODB_CLUSTER_HOST = "XX.XX.XX.XX:30001,YY.YY.YY.YY:30002"




# R2 连接点
$env:R2_END_POINT = "xxxx.com"

# R2 key
$env:ACCESS_KEY_ID = "xxxxxxxx"

# R2 secret key 密钥
$env:SECRET_ACCESS_KEY = "xxxxxxxxxxxxxxx"

# 连接的数据库的名字
$env:MONGODB_NAME = "kirakira-mongodb"

Expand Down

0 comments on commit 40fa55c

Please sign in to comment.