diff --git a/.env.local.example b/.env.local.example index 7afc07f..da0ef5f 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1 +1,3 @@ -NEXT_AUTH_SECRET=iU1JAytRolXU3hNTid9yBLy+Un91a1EzanGxWnXcnLwi \ No newline at end of file +AUTH_SECRET=openssl rand -base64 32 +AUTH_KAKAO_ID= +AUTH_KAKAO_SECRET=openssl rand -base64 32 \ No newline at end of file