updated env files
This commit is contained in:
		
							
								
								
									
										18
									
								
								.env
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								.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=philip-cat.com | DOMAIN=onandallmusic.net | ||||||
|  |  | ||||||
| # Environment: local, staging, production | # Environment: local, staging, production | ||||||
| ENVIRONMENT=staging | ENVIRONMENT=production | ||||||
|  |  | ||||||
| PROJECT_NAME="All & One" | PROJECT_NAME="One & All" | ||||||
| STACK_NAME=allandonecms | STACK_NAME=oneandallcms | ||||||
|  |  | ||||||
| # Backend | # Backend | ||||||
| BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com,https://cms.philip-cat.com" | 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 | SECRET_KEY=iFI0ZUdPVVZp7CNz6nmJYD0gM-xWaia291CWxi2JEaY | ||||||
| FIRST_SUPERUSER=allandone@gmail.com | FIRST_SUPERUSER=oneandall.music@gmail.com | ||||||
| FIRST_SUPERUSER_PASSWORD=a95825512 | FIRST_SUPERUSER_PASSWORD=Wingwingk3 | ||||||
|  |  | ||||||
| # Emails | # Emails | ||||||
| SMTP_HOST=smtpout.secureserver.net | SMTP_HOST=smtpout.secureserver.net | ||||||
| @@ -37,6 +37,6 @@ DOCKER_IMAGE_BACKEND=backend | |||||||
| DOCKER_IMAGE_FRONTEND=frontend | DOCKER_IMAGE_FRONTEND=frontend | ||||||
|  |  | ||||||
| # Cloudflare S2 | # Cloudflare S2 | ||||||
| AccountID=98465b0b97949027e9bedaa97c32bab7 | AccountID=f6ba9ec78ca21c3d72b2b3bd38ea164a | ||||||
| access_key_id=358d3f5c58b64c93a0bc52371dcd2866 | access_key_id=f508a0dfac2d866cb1cd1082b9ba0d43 | ||||||
| secret_access_key=2bb3d573ca1abaee7b5dc91678f88509070f2914bdd68b869e5a325a13cfbd67 | secret_access_key=6f1371701854e7d989e6364159037ac593df52e2ac665bc5d5f1059391065889 | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| VITE_API_URL=https://localhost | VITE_API_URL=https://localhost | ||||||
| VITE_IMAGE_URL=https://images.philip-cat.com | VITE_IMAGE_URL=https://images.onandallmusic.net | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|     <meta charset="UTF-8" /> |     <meta charset="UTF-8" /> | ||||||
|     <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |     <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <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" /> |     <link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" /> | ||||||
|   </head> |   </head> | ||||||
|   <body> |   <body> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user