oauthsettings.json 612 B

123456789101112131415
  1. {
  2. "_information" : {
  3. "ko" : "oauth 로그인 기능을 사용하려면 'publish_url'값을 https 프로토콜을 포함한 도메인 주소로 설정하고, 실제로 https 연결을 지원해야합니다.",
  4. "en" : "To use the oauth login feature, you must set the 'publish_url' value to a domain address that includes the https protocol, and actually support https connections."
  5. },
  6. "publish_url" : "https://",
  7. "facebook" : {
  8. "client_id" : "",
  9. "client_secret" : ""
  10. },
  11. "naver" : {
  12. "client_id" : "",
  13. "client_secret" : ""
  14. }
  15. }