Explorar el Código

Update constants.php

KIM-JINO5 hace 5 meses
padre
commit
f837775eda
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/constants.php

+ 2 - 2
config/constants.php

@@ -7,8 +7,8 @@
  */
 
 // 해시 암호화 키
-const ENCRYPT_KEY =  env('ENCRYPT_KEY');
-const ENCRYPT_IV =  env('ENCRYPT_IV');
+const ENCRYPT_KEY = '@@20120726CHrong';
+const ENCRYPT_IV = '@@20120726CHrong';
 
 // 관리자 페이지 경로
 const ADMIN_PATH = 'admin';