We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key
{ "tokenKey": "토큰키" }
MailConfig
{ "senderEmail": "보내는 사람 이메일", "senderPassword": "이메일 비밀번호", "receiverEmail": "받는 사람 이메일" }
DBConfig
{ "development": { "username": "root", "password": "password", "database": "name", "host": "127.0.0.1", "dialect": "mysql", "operatorsAliases": "0" }, "test": { "username": "root", "password": null, "database": "database_test", "host": "127.0.0.1", "dialect": "mysql", "operatorsAliases": "0" }, "production": { "username": "root", "password": null, "database": "database_production", "host": "127.0.0.1", "dialect": "mysql", "operatorsAliases": "0" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
key
MailConfig
DBConfig
The text was updated successfully, but these errors were encountered: