Skip to content

Commit 807bfb0

Browse files
author
Sungho
committed
폴더정리
1 parent 34c8f8b commit 807bfb0

198 files changed

Lines changed: 1 addition & 16685 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.copier/.copier-answers.yml.jinja

Lines changed: 0 additions & 1 deletion
This file was deleted.

.copier/update_dotenv.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

.env

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +0,0 @@
1-
# Domain
2-
# This would be set to the production domain with an env var on deployment
3-
# used by Traefik to transmit traffic and aqcuire TLS certificates
4-
DOMAIN=localhost
5-
# To test the local Traefik config
6-
# DOMAIN=localhost.tiangolo.com
7-
8-
# Used by the backend to generate links in emails to the frontend
9-
FRONTEND_HOST=http://localhost:5173
10-
# In staging and production, set this env var to the frontend host, e.g.
11-
# FRONTEND_HOST=https://dashboard.example.com
12-
13-
# Environment: local, staging, production
14-
ENVIRONMENT=local
15-
16-
PROJECT_NAME="Full Stack FastAPI Project"
17-
STACK_NAME=full-stack-fastapi-project
18-
19-
# Backend
20-
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
21-
SECRET_KEY=changethis
22-
FIRST_SUPERUSER=admin@example.com
23-
FIRST_SUPERUSER_PASSWORD=changethis
24-
25-
# Emails
26-
SMTP_HOST=
27-
SMTP_USER=
28-
SMTP_PASSWORD=
29-
EMAILS_FROM_EMAIL=info@example.com
30-
SMTP_TLS=True
31-
SMTP_SSL=False
32-
SMTP_PORT=587
33-
34-
# Postgres
35-
POSTGRES_SERVER=localhost
36-
POSTGRES_PORT=5432
37-
POSTGRES_DB=app
38-
POSTGRES_USER=postgres
39-
POSTGRES_PASSWORD=changethis
40-
41-
SENTRY_DSN=
42-
43-
# Configure these with your own Docker registry images
44-
DOCKER_IMAGE_BACKEND=backend
45-
DOCKER_IMAGE_FRONTEND=frontend

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
/playwright-report/
66
/blob-report/
77
/playwright/.cache/
8+
.env

.pre-commit-config.yaml

Lines changed: 0 additions & 77 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

backend/.dockerignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

backend/Dockerfile

Lines changed: 0 additions & 45 deletions
This file was deleted.

backend/alembic.ini

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)