Skip to content
Snippets Groups Projects
.env.template 1.31 KiB
Newer Older
# region: task 1/2 your personal configuration for dev gitlab (or prod with additional changes)
# If you want to use prod modify src/main/resources/application.properties for profile "local"
# - dev: opencode.host=https://gitlab.dev.o4oe.de/
# - prod: opencode.host=https://gitlab.opencode.de/
#
# prod example:
# https://gitlab.opencode.de/-/user_settings/personal_access_tokens
# with read_api, read_user, read_repository, read_registry
Lucas Briese's avatar
Lucas Briese committed
# task 2/2 for bind mount you should set your personal uid/gid
Lucas Briese's avatar
Lucas Briese committed
# Tools like occmd need to exchange data with the application.
# We run tools like occmd in a container but our application outside for a quick development.
# get e.g. via: id -u
LOCAL_USER_ID="1001"
LOCAL_GROUP_ID="1001"
# endregion:

# probably you don't want to touch the following:
# used for "local" profile + gradle run and run-container
SPRING_PROFILES_ACTIVE=local
OCCMD_PATH=tools/occmd/occmd-container.sh
XDG_CONFIG_HOME=.tmp/app/.config/
GIT_CLONE_TARGET_DIRECTORY=.tmp/app/git/
host=127.0.0.1

MANAGEMENT_PORT=4001
PROJECT_IDS=1448,2991,1317,560,2188,2155,2149,2235
CORS_ORIGIN=*
PORT=4000
DB_USER=sa
DB_NAME=dataprovider
DB_PORT=26257
ADMIN_PASSWORD=01234567890123456789
ADMIN_USERNAME=012345678901234567890123456789
HMAC_KEY=012345678901234567890123456789
API_KEY=012345678901234567890123456789

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.