Skip to content

Commit

Permalink
feat: postgres migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 1, 2021
1 parent 5a9ba6c commit e371948
Show file tree
Hide file tree
Showing 27 changed files with 1,947 additions and 627 deletions.
2 changes: 2 additions & 0 deletions packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ wrangler secret put SALT --env USER # open `https://csprng.xyz/v1/api` in the br
wrangler secret put PINATA_JWT --env USER # Get from Pinata
wrangler secret put SENTRY_DSN --env USER # Get from Sentry
wrangler secret put FAUNA_KEY --env USER # Get from Fauna
wrangler secret put SUPABASE_TOKEN --env USER # Get from Supabase
```

Go to `/packages/api/src/constants.js` _comment_ the first line and run `wrangler publish --env USER`.
Expand All @@ -156,6 +157,7 @@ wrangler kv:namespace create PINATA_QUEUE --env production
# Follow the instructions from the cli output
wrangler secret put MAGIC_SECRET_KEY --env production # Get from magic.link account
wrangler secret put FAUNA_KEY --env production # Get from magic.link account
wrangler secret put SUPABASE_TOKEN --env production # Get from supabase account
wrangler secret put SALT --env production # open `https://csprng.xyz/v1/api` in the browser and use the value of `Data`
wrangler secret put PINATA_JWT --env production # Get from Pinata
wrangler secret put CLUSTER_BASIC_AUTH_TOKEN --env production # Get from nft.storage vault in 1password
Expand Down
Loading

0 comments on commit e371948

Please sign in to comment.