const cosServerInfo: {[key: string] : any} = {
'bucket':'***',
'SecretId':'***',
'SecretKey' :'***',
'Appid':'***',
'baseUrl':'***',
'region':'***'
}
export default cosServerInfo;
const server:{[key:string]:any} = {
baseUrl:'***',
}
export default server;