Skip to content

Instantly share code, notes, and snippets.

@iyu88
Created February 24, 2023 02:51
Show Gist options
  • Save iyu88/801af1a705b4bd87d0418b4bb9248ba0 to your computer and use it in GitHub Desktop.
Save iyu88/801af1a705b4bd87d0418b4bb9248ba0 to your computer and use it in GitHub Desktop.
Codocs Backend API .env.development
# backend/api
DB_TYPE='mysql'
DB_HOST='localhost'
DB_PORT=3306
DB_USERNAME='root'
DB_PASSWORD='1092'
DB_DATABASE='db'
JWT_SECRET='codocs_secretKey_asmdoiamsdo'
GITHUB_CLIENTID='69be8bf2148bbcdebcc2'
GITHUB_SECRET='5a5d71ca6d8775269159b96e5cec0bd3d99635b3'
CLIENT_HOST='http://localhost:3000'
HOST='http://localhost:8000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment