# gougou-server **Repository Path**: webcc/gougou-server ## Basic Information - **Project Name**: gougou-server - **Description**: 狗狗说服务后台 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #imoocServer 把 config/config.js 的 ak/sk 等等这些 key 和地址换成自己的 ``` qiniu: { video: 'http://video.iblack7.com/', AK: 'xxx', SK: 'xxx' }, cloudinary: { cloud_name: 'gougou', api_key: '852224485571877', api_secret: 'xxx', base: 'http://res.cloudinary.com/gougou', image: 'https://api.cloudinary.com/v1_1/gougou/image/upload', video: 'https://api.cloudinary.com/v1_1/gougou/video/upload', audio: 'https://api.cloudinary.com/v1_1/gougou/raw/upload' } ```