Skip to content

Commit

Permalink
Merge pull request #387 from kenjis/fix-README-forceGlobalSecureRequests
Browse files Browse the repository at this point in the history
docs: add missing forceGlobalSecureRequests in README
  • Loading branch information
kenjis authored Jun 27, 2023
2 parents 855dc78 + bede17b commit 5b18c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Use these steps to create a local installation for development and testing.
* `GITHUB_ACCESS_TOKEN = ghp_***`
* Set your GitHub Personal Access Token.
* `CI_ENVIRONMENT = development`
* `app.forceGlobalSecureRequests = false`
* `database.default.database = ../writable/database.db`
* `database.default.DBDriver = SQLite3`
7. Seed fake Forum data
Expand Down

0 comments on commit 5b18c38

Please sign in to comment.