# BytesDanceProject **Repository Path**: jjychong/bytes-dance-project ## Basic Information - **Project Name**: BytesDanceProject - **Description**: 字节跳动青训营项目 - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2022-05-05 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BytesDanceProject 以下 config.yaml 供参考test ```yaml name: "BytesDanceProject" mode: "dev" port: 8080 version: "v0.1.3" start_time: "2022-05-11" machine_id: 1 auth: jwt_expire: 8760 log: level: "debug" filename: "web_log" max_size: 200 max_age: 30 max_backups: 7 mysql: host: "127.0.0.1" port: 3306 user: "root" password: "123456" dbname: "douyin" max_conns: 200 max_idle_conns: 50 redis: host: "127.0.0.1" port: 6379 db: 0 password: "" poolsize: 1 qiniuyun: access_key: "xxx" secret_key: "xxx" domain: "xxx" bucket: "xxx" ```