change to staging
This commit is contained in:
parent
0c25a519ad
commit
8b11bdcf7c
12
.env
12
.env
|
@ -1,18 +1,18 @@
|
|||
# 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="Fastapi CMS"
|
||||
STACK_NAME=FastapiCMS
|
||||
PROJECT_NAME="All & One"
|
||||
STACK_NAME=allandonecms
|
||||
|
||||
# Backend
|
||||
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
|
||||
SECRET_KEY=iFI0ZUdPVVZp7CNz6nmJYD0gM-xWaia291CWxi2JEaY
|
||||
FIRST_SUPERUSER=philip.cheung@develop-cat.com
|
||||
FIRST_SUPERUSER_PASSWORD=95825512
|
||||
FIRST_SUPERUSER=allandone
|
||||
FIRST_SUPERUSER_PASSWORD=a95825512
|
||||
|
||||
# Emails
|
||||
SMTP_HOST=smtpout.secureserver.net
|
||||
|
|
Loading…
Reference in New Issue