This commit is contained in:
2023-12-29 00:27:12 +09:00
parent b4a0b72f66
commit c31a16843d
35 changed files with 451 additions and 261 deletions

View File

@ -1,10 +1,10 @@
package config
const (
BASE_URL = "https://cslms-api.jongyeob.com"
PORT = ":3030"
DATABASE_URL = "cslms:atobot2013!#%@tcp(ma.codingschool.co.kr:3306)/cslms5?charset=utf8&parseTime=True&loc=Local"
//DATABASE_URL = "root:fbOgZ6Xxn5VXBYihjqygRXyaK6ZUgKL6@tcp(learnsteam-quiz-db:3306)/learnsteam_quiz?charset=utf8&parseTime=True&loc=Local"
MODE = "debug"
BASE_URL = "https://codingschool.co.kr"
PORT = ":30303"
DATABASE_URL = "cslms:atobot2013!#%@tcp(localhost:3306)/cslms5?charset=utf8&parseTime=True&loc=Local"
KAKAO_CLIENT_ID = "986830"
KAKAO_CLIENT_SECRET = "14f63a8e91c4e0fe88bc40e3ff348233"

View File

@ -1,6 +1,7 @@
package config
const (
MODE = "debug"
BASE_URL = "http://localhost:3030"
PORT = ":3030"
DATABASE_URL = "cslms:atobot2013!#%@tcp(localhost:33061)/cslms5?charset=utf8&parseTime=True&loc=Local"

View File

@ -1,6 +1,7 @@
package config
const (
MODE = "debug"
BASE_URL = "http://localhost:3030"
PORT = ":3030"
DATABASE_URL = "cslms:atobot2013!#%@tcp(localhost:33061)/cslms5?charset=utf8&parseTime=True&loc=Local"

View File

@ -1,8 +1,9 @@
package config
const (
BASE_URL = "https://cslms-api.jongyeob.com"
PORT = ":3030"
MODE = "release"
BASE_URL = "https://cslms-api.codingschool.co.kr"
PORT = ":30303"
DATABASE_URL = "root:fbOgZ6Xxn5VXBYihjqygRXyaK6ZUgKL6@tcp(learnsteam-quiz-db:3306)/learnsteam_quiz?charset=utf8&parseTime=True&loc=Local"
KAKAO_CLIENT_ID = "986830"