change to staging

This commit is contained in:
Philip Cheung 2024-10-07 10:54:43 +08:00
parent 0c25a519ad
commit 8b11bdcf7c
1 changed files with 6 additions and 6 deletions

12
.env
View File

@ -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