12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
# COPY this env file to `.env` and update values to run locally
|
|
|
|
# API configuration
|
|
API_BASE_URL=https://api.nitrodev.ebitda.tech/domain-ws
|
|
API_AUTH_URL=https://sso.nitrodev.ebitda.tech/realms/nitro
|
|
API_CLIENT_ID=<service account id>
|
|
API_CLIENT_SECRET=<service account secret>
|
|
|
|
# Function configuration
|
|
DEBUG=false
|
|
DRY_RUN_SKIP_API_WRITE=true
|