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