Skip to content

Commit

Permalink
mongoDB org
Browse files Browse the repository at this point in the history
  • Loading branch information
icreator committed Aug 17, 2021
1 parent f767e79 commit 8f7a655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion private/appconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ use_to_deals = 1
[db]
;;uri = sqlite://storage.sqlite
;;uri = mysql://root:1@localhost/ipay
;;uri = postgres://www-data:1@localhost:5432/ipay

uri = postgres://www-data:1@localhost:5432/ipay
uri = mongodb://localhost/ipay

; for developing
uri_dvp = sqlite://storage_dvp.sqlite
Expand Down

0 comments on commit 8f7a655

Please sign in to comment.