|
|
[prod]
|
|
|
cconfig_name = "prod"
|
|
|
config_name = "prod"
|
|
|
#----beego的默认配置 开始---
|
|
|
#端口号
|
|
|
httpport = 8080
|
...
|
...
|
@@ -33,8 +33,8 @@ ucenter_app_key = "39aefef9e22744a3b2d2d3791824ae7b" |
|
|
ucenter_secret = "cykbjnfqgctn"
|
|
|
|
|
|
# 上传文件保存路径
|
|
|
file_save_path = "/var/www/oppmg/file"
|
|
|
file_host = "http://mmm-oppmg-dev.fjmaimaimai.com"
|
|
|
file_save_path = "/var/www/oppmg/file/opportunity"
|
|
|
file_host = "https://public-interface.fjmaimaimai.com/opportunitymg"
|
|
|
file_host_path = "/file/opp"
|
|
|
|
|
|
#---自定义配置 结束---- |
|
|
\ No newline at end of file |
...
|
...
|
|