conf_kakao.orig.php 파일로 이동

This commit is contained in:
2018-03-18 13:30:04 +09:00
parent 4df53fbc7e
commit 1a96d55ed7
+6
View File
@@ -0,0 +1,6 @@
<?php
class KakaoKey{
const REST_KEY = '_tK_REST_API_KEY_';
const ADMIN_KEY = '_tK_ADMIN_KEY_';
const REDIRECT_URI = '_tK_REDIRECT_URI_';
}