[http] # Listen address listen = "0.0.0.0:8080" [sequence_db] # Mysql sequence generator DSN dsn = "root:rong360.com@tcp(10.12.20.143:3550)/cnlink" # Mysql connection pool max idle connection max_idle_conns = 4 # Mysql connection pool max open connection max_open_conns = 4 [short_db] # Mysql short service read db DSN read_dsn = "root:rong360.com@tcp(10.12.20.143:3550)/cnlink" # Mysql short service write db DSN write_dsn = "root:rong360.com@tcp(10.12.20.143:3550)/cnlink" # Mysql connection pool max idle connection max_idle_conns = 8 # Mysql connection pool max open connection max_open_conns = 8 [common] # short urls that will be filtered to use black_short_urls = ["version","health","short","expand","css","js","fuck","stupid"] # Base string used to generate short url base_string = "FnvUcfRyxsKuEMraDOPSe9Y8BZh0Tmk1bV65ld42XgGzNC7wp3JWLqAtiQjHoI" base_string_cn = "牛虎充宗绿红亿竹宁总兔蓉兽克合雪琬伦珍猴妃灵阴虫巽晗余月东天黑和空工绯夏沫欣紫悦艮白西羽坤涵梦爽玉翔旭栋鹏衷晴北水衣终琴青丙攻鼠兰日楚童鸟鱼景忆甲冰丰狗猪茹枫虹坎辰秋飞鸿忠依冬舒蛇归公种丛山茜菊车相洪春好梅乙居美维地琳河冲冻气象中乾蓝湖橙启海震江容莹思马茗阳离僧桐羊兑同倩汉丁非灰书瑶南钟希功彤筒乐于渔封晨初松农人予鸡色赤龙寺花泽夕丽风飘" # base_string = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" # Short url service domain name. This is used to filter short url loop. domain_name = "127.0.0.1:8080" # Short url service schema: http or https. schema = "https"