Skip to content

Commit

Permalink
modified: config.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarzamora committed Jan 27, 2015
1 parent 43156b7 commit c740faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ datasource=postgresql
# ========================
#
# Host
postgresql.host=10.30.233.214
postgresql.host=localhost
#
# Port
postgresql.port=5432
#
# Database
postgresql.database=stacksync_db
postgresql.database=stacksync
#
# User
postgresql.user=stacksync_user
#
# Password
postgresql.password=stacksync_pass
postgresql.password=stacksync
#
#
#
Expand Down Expand Up @@ -79,4 +79,4 @@ swift.user=stacksync_admin
#
# Password
swift.password=secrete
#
#

0 comments on commit c740faf

Please sign in to comment.