diff --git a/POSTGRES_PASSWORD.txt b/POSTGRES_PASSWORD.txt deleted file mode 100644 index 11adf59..0000000 --- a/POSTGRES_PASSWORD.txt +++ /dev/null @@ -1 +0,0 @@ -changethis123 \ No newline at end of file diff --git a/backend/.env b/backend/.env deleted file mode 100644 index 41d5e9e..0000000 --- a/backend/.env +++ /dev/null @@ -1,33 +0,0 @@ -# Domain -# This would be set to the production domain with an env var on deployment -DOMAIN=production - -# Environment: local, staging, production -ENVIRONMENT=production - -PROJECT_NAME="Full Stack FastAPI Project" -STACK_NAME=full-stack-fastapi-project - -# Backend -BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173" -SECRET_KEY=changethis123 -FIRST_SUPERUSER=chanllenge@devopsdojo.com -FIRST_SUPERUSER_PASSWORD=devopsdojo57 -USERS_OPEN_REGISTRATION=True - -# Emails -SMTP_HOST= -SMTP_USER= -SMTP_PASSWORD= -EMAILS_FROM_EMAIL=info@example.com -SMTP_TLS=True -SMTP_SSL=False -SMTP_PORT=587 - -# Postgres -POSTGRES_SERVER=db -POSTGRES_PORT=5432 -POSTGRES_DB=app -POSTGRES_USER=app -POSTGRES_PASSWORD=changethis123 - diff --git a/backend/.env.sample b/backend/.env.sample deleted file mode 100644 index f47054c..0000000 --- a/backend/.env.sample +++ /dev/null @@ -1,33 +0,0 @@ -# Domain -# This would be set to the production domain with an env var on deployment -DOMAIN=localhost - -# Environment: local, staging, production -ENVIRONMENT=local - -PROJECT_NAME="Full Stack FastAPI Project" -STACK_NAME=full-stack-fastapi-project - -# Backend -BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173" -SECRET_KEY=changethis123 -FIRST_SUPERUSER=chanllenge@devopsdojo.com -FIRST_SUPERUSER_PASSWORD=devopsdojo57 -USERS_OPEN_REGISTRATION=True - -# Emails -SMTP_HOST= -SMTP_USER= -SMTP_PASSWORD= -EMAILS_FROM_EMAIL=info@example.com -SMTP_TLS=True -SMTP_SSL=False -SMTP_PORT=587 - -# Postgres -POSTGRES_SERVER=db -POSTGRES_PORT=5432 -POSTGRES_DB=app -POSTGRES_USER=app -POSTGRES_PASSWORD=changethis123 - diff --git a/frontend/.env b/frontend/.env deleted file mode 100644 index 2861128..0000000 --- a/frontend/.env +++ /dev/null @@ -1 +0,0 @@ -VITE_API_URL=https://{{ frontend_domain }} diff --git a/frontend/.env.sample b/frontend/.env.sample deleted file mode 100644 index 5934e2e..0000000 --- a/frontend/.env.sample +++ /dev/null @@ -1 +0,0 @@ -VITE_API_URL=http://localhost:8000 diff --git a/terraform/bkp.terraform.tfvars.k b/terraform/bkp.terraform.tfvars.k deleted file mode 100644 index b822580..0000000 --- a/terraform/bkp.terraform.tfvars.k +++ /dev/null @@ -1,15 +0,0 @@ -aws_region = "us-east-1" -ami_id = "ami-005fc0f236362e99f" # Replace with a valid AMI ID -instance_type = "t3.medium" -key_pair_name = "hello" -private_key_path = "../../hello.pem" # relative path to terraform folder - -domain_name = "drintech.online" -frontend_domain = "cv1.drintech.online" -db_domain = "db.cv1.drintech.online" -traefik_domain = "traefik.cv1.drintech.online" -cert_email = "admin@example.com" # replace with a valid email -volume_size = 15 - -Let's move on -just a test \ No newline at end of file