CharlesCui

Results 4 issues of CharlesCui

https://www.oauth.com/oauth2-servers/access-tokens/authorization-code-request check this part: client_id (required if no other client authentication is present) now this server has only basicauth way, not support get client_id and secret from post body. make...

- -> /chat/ NameError - uninitialized constant Sprockets::Secretary: /home/cuizheng/jschat/lib/jschat/http/jschat.rb:532:in `block in '

./lib/jschat/http/jschat.rb:3:require 'sha1' changeto ./lib/jschat/http/jschat.rb:3:require 'digest/sha1'

需要Golang版本的docker-compose.yml。 搜索整个工程,关键词是` docker-compose`,会发现有很多结果。 这些结果中: 1. 数据库有好多类型,有mysql 有pg; 2. toughradius镜像来源也有不同出处; 3. 都没有docker-compose up成功,主要看到的错误是TOUGHRADIUS_DB_HOST等数据库配置不起作用,docker-compose中是pg数据库,但java日志看到,好像硬编码了,或者没有暴露出来完整的数据库环境变量配置,或者toughradius镜像的版本乱了(不应该指定latest,无法确定开发者当天拉下来的是java版本还是golang版本,我今天pull下来的是java版本) 请作者提供下golang版本的docker-compose,不要指定docker镜像的tag是latest,手动设定一个版本。 感谢!