updated env files

This commit is contained in:
Philip Cheung 2024-10-28 18:43:24 +08:00
parent 1389ffe2bf
commit 44212834ac
3 changed files with 11 additions and 11 deletions

18
.env
View File

@ -1,18 +1,18 @@
# Domain
# This would be set to the production domain with an env var on deployment
DOMAIN=philip-cat.com
DOMAIN=onandallmusic.net
# Environment: local, staging, production
ENVIRONMENT=staging
ENVIRONMENT=production
PROJECT_NAME="All & One"
STACK_NAME=allandonecms
PROJECT_NAME="One & All"
STACK_NAME=oneandallcms
# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com,https://cms.philip-cat.com"
SECRET_KEY=iFI0ZUdPVVZp7CNz6nmJYD0gM-xWaia291CWxi2JEaY
FIRST_SUPERUSER=allandone@gmail.com
FIRST_SUPERUSER_PASSWORD=a95825512
FIRST_SUPERUSER=oneandall.music@gmail.com
FIRST_SUPERUSER_PASSWORD=Wingwingk3
# Emails
SMTP_HOST=smtpout.secureserver.net
@ -37,6 +37,6 @@ DOCKER_IMAGE_BACKEND=backend
DOCKER_IMAGE_FRONTEND=frontend
# Cloudflare S2
AccountID=98465b0b97949027e9bedaa97c32bab7
access_key_id=358d3f5c58b64c93a0bc52371dcd2866
secret_access_key=2bb3d573ca1abaee7b5dc91678f88509070f2914bdd68b869e5a325a13cfbd67
AccountID=f6ba9ec78ca21c3d72b2b3bd38ea164a
access_key_id=f508a0dfac2d866cb1cd1082b9ba0d43
secret_access_key=6f1371701854e7d989e6364159037ac593df52e2ac665bc5d5f1059391065889

View File

@ -1,2 +1,2 @@
VITE_API_URL=https://localhost
VITE_IMAGE_URL=https://images.philip-cat.com
VITE_IMAGE_URL=https://images.onandallmusic.net

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ALL & ONE CMS</title>
<title>ONE & ALL CMS</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
</head>
<body>