3
Environment variables
Javier Cicchelli edited this page 2023-04-28 23:43:18 +00:00
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
# -- COMMAND LINE ---
CLI_USE_DOCKER=no
# --- DOCUMENTATION ---
DOCC_GITHUB_OUTPUT=./docs
DOCC_GITHUB_BASE_PATH=amiibo-service
DOCC_PREVIEW_URL=http://localhost:8080/documentation/amiiboservice
DOCC_XCODE_OUTPUT=./${SWIFT_TARGET_NAME}.doccarchive
# --- DOCKER ---
DOCKER_IMAGE_CLEAN=yes
DOCKER_IMAGE_NAME=swift
DOCKER_IMAGE_PLATFORM=linux/arm64/v8
DOCKER_IMAGE_TAG=latest
DOCKER_VOLUME_TARGET=/package
# -- SWIFT ---
SWIFT_BUILD_CONFIGURATION=debug
SWIFT_TARGET_NAME=AmiiboService