1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
name = Dotenv Support Example dotenv ./secrets/dotenv_support.env $ API_ORIGIN = env("API_ORIGIN") * X-Bucket-Env = env("BUCKET_ENV") --- Check environment POST {{ API_ORIGIN }}/api/echo ^ & status == 200