You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
357 B
11 lines
357 B
# 开发环境
|
|
NODE_ENV = "development"
|
|
VUE_APP_HTTP_TIMEOUT = 15000
|
|
VUE_APP_HTTP_API = "http://localhost:7000/"
|
|
VUE_APP_TITLE = "APP 管理平台 - 开发"
|
|
|
|
# OSS 配置
|
|
VUE_APP_OSS_REGION = "oss-cn-beijing"
|
|
VUE_APP_OSS_KEYID = "LTAI5tNLNL59nxZPrxTTFH4X"
|
|
VUE_APP_OSS_KEYSECRET = "bjGD7wwLgWfF9XqaR9802H1hai9IPu"
|
|
VUE_APP_OSS_BUCKET = "tangchao-android-apk"
|
|
|