1 Star 0 Fork 106

乾坤瞬间/ohUrlShortener

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ini 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
巴拉迪维 提交于 2023-02-28 13:47 . Redis cluster support (#20)
[app]
debug = false
port = 9091
admin_port = 9092
url_prefix = http://localhost:9091/
[captcha]
store = memory
# store = redis
[redis]
host = 127.0.0.1:56379
database= 0
username=
password=
pool_size = 50
[redis-cluster]
hosts = localhost:6371,localhost:6372,localhost:6373,localhost:6374,localhost:6375,localhost:6376
username = default
password = He110_
pool_size = 50
[postgres]
host = localhost
port = 55432
user = postgres
password = 0DePm!oG_12Cz^kd_m
database = oh_url_shortener
max_open_conn = 20
max_idle_conn = 5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ZhangALiang/ohurlshortener.git
[email protected]:ZhangALiang/ohurlshortener.git
ZhangALiang
ohurlshortener
ohUrlShortener
main

搜索帮助