Skip to content

Commit

Permalink
Merge branch 'main' into no-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Jun 10, 2022
2 parents f93e92a + b602793 commit de622b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
placeIndex: `${environment}_places`
},
database: {
user: INAT_DB_USER || "username",
user: INAT_DB_USER || "inaturalist",
host: INAT_DB_HOST || "127.0.0.1",
port: 5432,
geometry_field: "geom",
Expand All @@ -39,7 +39,7 @@ module.exports = {
dbname: environment === "test"
? "inaturalistapi_test"
: `inaturalist_${environment}`,
password: INAT_DB_PASS || "password",
password: INAT_DB_PASS || "inaturalist",
ssl: false
},
tileSize: 512,
Expand Down

0 comments on commit de622b6

Please sign in to comment.