-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Creating reproducible devcontainer environment
- Loading branch information
1 parent
a07170d
commit 0f0f44d
Showing
13 changed files
with
78 additions
and
33 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.env |
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,8 @@ | ||
This folder is meant for development purposes and contains environment files containing secrets. | ||
|
||
The following files are expected, in order to test and develop this application: | ||
- `test.env` - containing credentials for executing API and E2E tests | ||
- `adp.env` - (*optional*) containing credentials for executing API and E2E tests against and ADP account. | ||
- `prod.env` - (*optional*) containing credentials for a production account used for development purposes. | ||
|
||
These environment files are read by VSCode tasks, as well as the devcontainer setup. |
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,8 @@ | ||
APPLE_ID_USER= | ||
APPLE_ID_PWD= | ||
DATA_DIR=/opt/adp-data-dir/ | ||
ENABLE_CRASH_REPORTING=true | ||
ENABLE_NETWORK_CAPTURE=true | ||
EXPORT_METRICS=true | ||
LOG_LEVEL=debug | ||
FORCE=true |
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,8 @@ | ||
APPLE_ID_USER= | ||
APPLE_ID_PWD= | ||
DATA_DIR=/opt/prod-data-dir/ | ||
ENABLE_CRASH_REPORTING=true | ||
ENABLE_NETWORK_CAPTURE=true | ||
EXPORT_METRICS=true | ||
LOG_LEVEL=debug | ||
FORCE=true |
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,3 @@ | ||
TEST_APPLE_ID_USER= | ||
TEST_APPLE_ID_PWD= | ||
TEST_TRUST_TOKEN=HSARMTKNSRVXWFlajFMlr2wBE+17pwWTjKKG0AwcN0gG81YRtIMs7QNNgXDqRb8ntIsP6CZ0hXAYwuax5I2b849WwXPbudpAR9OLYUez3BHEgZBBnVqUqQPabCrhPV4FyGLdNf7jhWy1CGdLCYAtQeNnDfuJIq7XQgvMlXLBNu1mZwnRtM9Dmz+M3wK9uie3ljTcfUDapYkUq3G01wXijMmX2h4XlFLa/EyjFAWMphw=SRVX |