nu-modules/local-env.nu

11 lines
291 B
Plaintext

export use ~/bin/nu_scripts/dev-env.nu
export-env {
load-env {
XS_URL: "http://localhost:8080",
FLAIR_AUTHORITY: "http://lyssa:8082",
XS_MANAGEMENT_URL: "http://localhost:8081",
XS_ENV_NAME: "LOCAL"
XS_KAFKA_BOOSTRAP_SERVER: "lyssa:9092"
}
}