-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from Liturgical-Calendar/JohnRDOrazio/issue284
JohnRDOrazio/issue284
- Loading branch information
Showing
18 changed files
with
1,022 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### .env.example | ||
### The following environment variables are useful for Unit Test websocket server | ||
### In a local development environment, copy this file to .env.development to ensure that Unit Test websocket server will run locally | ||
### and will use the local API instance to run tests. | ||
### Set the same value for WS_PORT in the Unit Test frontend project folder. | ||
### For more information, see https://github.com/Liturgical-Calendar/LiturgicalCalendarAPI/blob/development/LitCalTestServer.php | ||
|
||
WS_PORT=8080 | ||
API_PROTOCOL=http | ||
API_HOST=localhost | ||
API_PORT=8000 # will not determine on which port the API will launch, only on which port the Unit Test server will look for the API | ||
# When production, the API will add `/api/{version}` to the path | ||
# where {version} is the version of the API that is automatically detected | ||
# based on the current folder name (dev, v3, v4...). | ||
# When development, no path will be added. | ||
APP_ENV=development # development | production |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ ValidateTestsAgainstSchema.php | |
.envrc | ||
debuginfo.php | ||
testYaml.php | ||
.env | ||
.env.* | ||
!.env.example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.