Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerAdonis committed May 11, 2022
1 parent b8f5b09 commit 2283889
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/altApi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"repo": "OpenRCT2-binaries",
"personalAccessToken": null
}
}
}
2 changes: 1 addition & 1 deletion config/database.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"user": "openrct2",
"password": null,
"databaseName": "openrct2"
}
}
2 changes: 1 addition & 1 deletion config/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"connectionLimit": 15,
"debug": false,
"timezone": "local"
}
}
2 changes: 1 addition & 1 deletion config/http.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"address": null,
"port": 80,
"port": 5000,
"path": null,
"trustProxy": false,
"primaryDomain": "example.com",
Expand Down
3 changes: 2 additions & 1 deletion config/http.production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"port": 80,
"path": null,
"primaryDomain": "openrct2.org",
"forcePrimaryDomain": true
}
}
2 changes: 1 addition & 1 deletion config/sentry.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dsn": null
}
}
2 changes: 1 addition & 1 deletion config/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"googleAnalyticsTrackingId": null,
"publicUrl": "http://localhost:4000",
"forumsPublicUrl": "http://forums.local"
}
}

0 comments on commit 2283889

Please sign in to comment.