Skip to content

Instantly share code, notes, and snippets.

@delorenj
Created April 16, 2026 11:02
Show Gist options
  • Select an option

  • Save delorenj/aa7d9ecd96a4561b350542d95606aa84 to your computer and use it in GitHub Desktop.

Select an option

Save delorenj/aa7d9ecd96a4561b350542d95606aa84 to your computer and use it in GitHub Desktop.
Dotenv template for use with op injection
# 1password reference file. Safe to commit.
# `op run --env-file .env.op`
# Resolves at invocation time and exports to the child process only.
#
# Path convention: op://<vault>/<item>/<field>.
# Adjust when vault names differ.
#
# Examples
# DEFAULT_USERNAME=op://DeLoSecrets/PostgresLocal/username
# DEFAULT_PASSWORD=op://DeLoSecrets/PostgresLocal/password
#
# ELEVENLABS_API_KEY=op://DeLoSecrets/ElevenLabs/credential
# ELEVENLABS_DEFAULT_VOICE=pNInz6obpgDQGcFmaJgB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment