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

Commit

Permalink
Simplify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerAdonis committed May 25, 2022
1 parent d8dec99 commit 4e72a2a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
7 changes: 0 additions & 7 deletions config/database.development.json

This file was deleted.

6 changes: 5 additions & 1 deletion config/database.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"connectionLimit": 15,
"debug": false,
"timezone": "local"
"timezone": "local",
"host": "db",
"user": "openrct2",
"password": "letmein",
"database": "openrct2"
}
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": 5000,
"port": 80,
"path": null,
"trustProxy": false,
"primaryDomain": "example.com",
Expand Down
6 changes: 0 additions & 6 deletions config/http.production.json

This file was deleted.

4 changes: 2 additions & 2 deletions config/site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "OpenRCT2",
"publicUrl": "http://localhost:4000",
"forumsPublicUrl": "http://forums.local"
"publicUrl": "http://localhost:5000",
"forumsPublicUrl": "https://forums.openrct2.org"
}
4 changes: 0 additions & 4 deletions config/site.production.json

This file was deleted.

0 comments on commit 4e72a2a

Please sign in to comment.