mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
337 B
337 B
ENV Vars
Add a new encrypted variable:
npx dotenvx set FLY_ACCESS_TOKEN fm2_... -f .env.production
View an existing encrypted variable:
npx dotenvx get FLY_ACCESS_TOKEN -f .env.production
These secrets can also be set on Fly.io containers:
fly secrets set FLY_ACCESS_TOKEN=fm2_... -a roomote-worker