Files
2026-06-01 15:14:16 +03:00

53 lines
1.0 KiB
TOML

experimental_monorepo_root = true
[monorepo]
config_roots = ["presto", "."]
[settings]
lockfile = true
[env]
# BUILD
FLUXON_KEY_FINGERPRINT = 'change-me'
FLUXON_LICENSE_KEY = 'change-me'
# CLOAK - CHANGE ME!
CLOAK_ENCRYPTION_KEY = 'k98umyqee+AczNLQhR+7IbpME5C8zwSfIZcQDsTnIyU='
# RUNTIME
LAST_FM_API_KEY = 'change-me'
LAST_FM_SHARED_SECRET = 'change-me'
LAST_FM_USER = 'change-me'
OPENAI_KEY = 'change-me'
DISCOGS_PERSONAL_ACCESS_TOKEN = 'change-me'
# DEPLOYMENT
HURL_VARIABLE_api_token = 'change-me'
HURL_VARIABLE_coolify_app_uuid = 'change-me'
HURL_VARIABLE_coolify_host = 'https://<fqdn>'
HURL_VARIABLE_coolify_token = 'change-me'
[tools]
elixir = "1.20.0-rc.6-otp-29"
erlang = "29.0.1"
node = "26.0.0"
hurl = '8.0.0'
sqlite = 'latest'
gh = 'latest'
shellcheck = 'latest'
fd = 'latest'
litestream = 'latest'
"npm:backlog.md" = 'latest'
"npm:prettier" = 'latest'
[task_config]
includes = ["scripts"]
[tasks.test]
depends = [
"dev:partitioned-test 1",
"dev:partitioned-test 2",
"dev:partitioned-test 3",
"dev:partitioned-test 4",
]