is there any special .env file that gets loaded wh...
# general
m
is there any special .env file that gets loaded when running
sst start
? where do i put vars that i want to override when running locally vs deploy?
m
for local, you can use
.env.local
for prod, you need keep the env in your CI/CD
m
sst start
will use
.env.local
?
m
yes