oauthsettings.json 651 B

12345678910111213141516
  1. {
  2. "_README" : {
  3. "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.",
  4. "ko" : "oauth 로그인 기능을 사용하려면 'publish_url'값을 https 프로토콜을 포함한 도메인 주소로 설정하고, 실제로 https 연결을 지원해야합니다.",
  5. "support" : ["facebook", "naver"]
  6. },
  7. "publish_url" : "https://",
  8. "facebook" : {
  9. "client_id" : "",
  10. "client_secret" : ""
  11. },
  12. "naver" : {
  13. "client_id" : "",
  14. "client_secret" : ""
  15. }
  16. }