Files
core/d_setting/conf_kakao.orig.php
T
2018-03-24 18:13:03 +09:00

9 lines
186 B
PHP

<?php
namespace sammo;
namespace sammo;
class KakaoKey{
const REST_KEY = '_tK_REST_API_KEY_';
const ADMIN_KEY = '_tK_ADMIN_KEY_';
const REDIRECT_URI = '_tK_REDIRECT_URI_';
}