Logout
This commit is contained in:
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user