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

Commit

Permalink
Publish new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerAdonis committed May 28, 2019
1 parent 6b7d9d3 commit f8e8534
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 1 addition & 4 deletions config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*
*/
!.gitignore
!*.sample.json
*.private.json
5 changes: 5 additions & 0 deletions config/http.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"address": null,
"port": 4000,
"trustProxy": false
}
5 changes: 5 additions & 0 deletions config/site.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "OpenRCT2",
"googleAnalyticsTrackingId": null,
"publicUrl": "http://localhost:4000"
}
3 changes: 3 additions & 0 deletions config/site.production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"publicUrl": "https://openrct2.org"
}

0 comments on commit f8e8534

Please sign in to comment.