Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤준석
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-29 00:35:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a88c77ccfaeac8cb2da931859f261f4a35eba5a0
a88c77cc
1 parent
fbcd62a0
FIX: set charset and collate of database in sequelize initialization
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
server/config/config.json
server/config/config.json
View file @
a88c77c
...
...
@@ -5,7 +5,9 @@
"database"
:
"mamuri_db"
,
"host"
:
"mamuri-db"
,
"port"
:
"3306"
,
"dialect"
:
"mysql"
"dialect"
:
"mysql"
,
"charset"
:
"utf8"
,
"collate"
:
"utf8_general_ci"
},
"test"
:
{
"username"
:
"root"
,
...
...
Please
register
or
login
to post a comment