Skip to content

Commit

Permalink
Add 1password env file and script
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Sep 5, 2024
1 parent 7ba5848 commit 7f44043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/frontpage/.env.1pw
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
AUTH_SECRET="op://Unravel Dev/Frontpage Dev Env/DRAINPIPE_CONSUMER_SECRET"
# DISCORD_WEBHOOK_URL="op://Unravel Dev/Frontpage Dev Env/DISCORD_WEBHOOK_URL"
DRAINPIPE_CONSUMER_SECRET="op://Unravel Dev/Frontpage Dev Env/DRAINPIPE_CONSUMER_SECRET"
PRIVATE_JWK="op://Unravel Dev/Frontpage Dev Env/PRIVATE_JWK"
PUBLIC_JWK="op://Unravel Dev/Frontpage Dev Env/PUBLIC_JWK"

TURSO_CONNECTION_URL="op://Unravel Dev/Frontpage Dev Env/TURSO_CONNECTION_URL"
TURSO_AUTH_TOKEN="op://Unravel Dev/Frontpage Dev Env/TURSO_AUTH_TOKEN"
1 change: 1 addition & 0 deletions packages/frontpage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev-1pw": "op run --env-file=\"./.env.1pw\" -- next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
Expand Down

0 comments on commit 7f44043

Please sign in to comment.