Skip to content
New issue

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

[Back] Config 명세 #22

Open
jbj616 opened this issue Jan 5, 2020 · 0 comments
Open

[Back] Config 명세 #22

jbj616 opened this issue Jan 5, 2020 · 0 comments

Comments

@jbj616
Copy link
Collaborator

jbj616 commented Jan 5, 2020

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant