Skip to content

Commit

Permalink
change db to default 'govwa'
Browse files Browse the repository at this point in the history
  • Loading branch information
muhfaris committed Nov 11, 2017
1 parent 34b3f9a commit 3ce934a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"user": "govwa",
"user": "gosec",
"password": "gosec321",
"dbname": "govwa",
"sqlhost": "localhost",
"sqlhost": "192.168.56.101",
"sqlport": "3306",
"webserver": "http://localhost",
"webport": "8082",

"sessionkey:": "G0Vw444"
}
}

0 comments on commit 3ce934a

Please sign in to comment.