## sumit-front 디렉토리 바로 아래에 .env.local 파일을 만들고 아래 내용을 붙여넣어 주세요
# A long, secret value used to encrypt the session cookie
AUTH0_SECRET='LONG_RANDOM_VALUE'
# The base url of your application
AUTH0_BASE_URL='<http://localhost:3000>'
# The url of your Auth0 tenant domain
AUTH0_ISSUER_BASE_URL='<https://summit-auth.jp.auth0.com>'
# Your Auth0 application's Client ID
AUTH0_CLIENT_ID='Ecs5s3g3KWY9ZsGHPk4ldAt1kj4QnJ1e'
# Your Auth0 application's Client Secret
AUTH0_CLIENT_SECRET='ZHs4BUC_v8idDnHE1Bxb_kdeDfluGlGUQJZ9XS8zX_wMufa_8Ap7zKzyNnoOYN_W'