replicate / outpainter

A web GUI built with Nuxt.js for outpainting with Stable Diffusion using the Replicate API.
https://outpainter.app
MIT License
46 stars 8 forks source link

call it REPLICATE_API_TOKEN #1

Closed zeke closed 1 year ago

zeke commented 1 year ago

This PR updates the Replicate API token env var to be consistent with what we typically call it everywhere else. This makes it easier to get onboarded if you already have a token of this name in your dev env.

Added this to the Vercel app:

Screenshot 2023-06-13 at 10 15 48 AM

cc @Pwntus

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
outpainter ✅ Ready (Inspect) Visit Preview Jun 13, 2023 5:00pm
Pwntus commented 1 year ago

Perfect, thanks!

Pwntus commented 1 year ago

I went and deleted the old NUXT_REPLICATE_API_TOKEN in Vercel as well.