Add 'Home'

Javier Cicchelli 2023-04-27 08:44:22 +00:00
commit 8ffd933839

18
Home.md Normal file

@ -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
```