env
This commit is contained in:
parent
31ebaea838
commit
17d0dd220c
4
.env
4
.env
|
@ -1,9 +1,9 @@
|
|||
# Domain
|
||||
# This would be set to the production domain with an env var on deployment
|
||||
DOMAIN=localhost
|
||||
DOMAIN=philip-cat.com
|
||||
|
||||
# Environment: local, staging, production
|
||||
ENVIRONMENT=local
|
||||
ENVIRONMENT=staging
|
||||
|
||||
PROJECT_NAME="All & One"
|
||||
STACK_NAME=allandonecms
|
||||
|
|
|
@ -1 +1 @@
|
|||
VITE_API_URL=http://localhost
|
||||
VITE_API_URL=https://localhost
|
||||
|
|
Loading…
Reference in New Issue