commit 8ffd933839c6f8cf482d751257cab1ac6633e13c Author: Javier Cicchelli Date: Thu Apr 27 08:44:22 2023 +0000 Add 'Home' diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..2c6bc2b --- /dev/null +++ b/Home.md @@ -0,0 +1,18 @@ +The content of the environment files used in this project is being defined in this page, as it is not possible to upload files to this wiki. + +In case of doubt, these files must be located at the root of the projecy and, of course, they should not included into the repository, as it is not recommended to put any credentials into the repo itself. + +`.env` + +```env +# Docker + +DOCKER_IMAGE_NAME=swift +DOCKER_IMAGE_TAG=latest +DOCKER_IMAGE_PLATFORM=linux/arm64/v8 +DOCKER_VOLUME_TARGET=/package + +# Swift + +SWIFT_BUILD_CONFIGURATION=debug +``` \ No newline at end of file