Skip to content

Commit

Permalink
changed mysql to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias committed Mar 20, 2019
1 parent 33ccddb commit 739aa13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg/your_config_file.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mysql": {
"postgres": {
"database": "your_mapswipe_database",
"username": "your_mapswipe_db_username",
"password": "your_mapswipe_db_password",
Expand All @@ -10,7 +10,7 @@
"auth_domain": "your_firebase_auth_domain",
"database_url": "your_firebase_database_url",
"storage_bucket": "your_firebase_storage_bucket",
"service_account": "./cfg/your_firebase_service_account_file"
"service_account": "your_firebase_service_account_filename"
},
"imagery": {
"bing": "your_bing_api_key",
Expand Down

0 comments on commit 739aa13

Please sign in to comment.