Files
fuel-wizard/.env.sample
T

13 lines
627 B
Bash
Raw Normal View History

2024-11-26 21:32:33 +11:00
# Database credentials -> update the password to something secure
DB_USER=postgres
DB_PASSWORD=password
2024-11-26 21:32:33 +11:00
# NSW Fuel API credentials - the defaults here are the sandbox creds -> sign up and change these
NSW_FUEL_API_KEY=1MYSRAx5yvqHUZc6VGtxix6oMA2qgfRT
NSW_FUEL_API_SECRET=BMvWacw15Et8uFGF
NSW_FUEL_API_AUTH_HEADER=MU1ZU1JBeDV5dnFIVVpjNlZHdHhpeDZvTUEycWdmUlQ6Qk12V2FjdzE1RXQ4dUZHRg==
2024-11-26 22:14:15 +11:00
# Deployment environment - update this to the deployed app's domain
ALLOWED_ORIGINS=https://your.domain.tld
2024-12-16 21:52:37 +11:00
# This is a reasonable schema, but you could set this to api.your.domain.tld, or whatever you need
API_BASE_URL=https://your.domain.tld