Created
April 16, 2026 11:02
-
-
Save delorenj/aa7d9ecd96a4561b350542d95606aa84 to your computer and use it in GitHub Desktop.
Dotenv template for use with op injection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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