Skip to content

Commit 795c9c9

Browse files
committed
modify for k8s deployment
1 parent d1df85e commit 795c9c9

Some content is hidden

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

60 files changed

+420
-3258
lines changed

.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: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ FRONTEND_HOST=http://localhost:5173
1313
# Environment: local, staging, production
1414
ENVIRONMENT=local
1515

16-
PROJECT_NAME="Full Stack FastAPI Project"
17-
STACK_NAME=full-stack-fastapi-project
16+
PROJECT_NAME=Service Data Platform
17+
STACK_NAME=sdp-project
1818

1919
# Backend
20-
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
21-
SECRET_KEY=changethis
20+
BACKEND_CORS_ORIGINS=["http://localhost:5173"]
21+
SECRET_KEY=changeme123
2222
FIRST_SUPERUSER=[email protected]
23-
FIRST_SUPERUSER_PASSWORD=changethis
23+
FIRST_SUPERUSER_PASSWORD=changeme123
2424

2525
# Emails
2626
SMTP_HOST=
@@ -31,15 +31,18 @@ SMTP_TLS=True
3131
SMTP_SSL=False
3232
SMTP_PORT=587
3333

34-
# Postgres
35-
POSTGRES_SERVER=localhost
36-
POSTGRES_PORT=5432
37-
POSTGRES_DB=app
38-
POSTGRES_USER=postgres
39-
POSTGRES_PASSWORD=changethis
34+
# Postgres (commented out as we're using SQLite)
35+
# POSTGRES_SERVER=localhost
36+
# POSTGRES_PORT=5432
37+
# POSTGRES_DB=app
38+
# POSTGRES_USER=postgres
39+
# POSTGRES_PASSWORD=changethis
4040

4141
SENTRY_DSN=
4242

4343
# Configure these with your own Docker registry images
4444
DOCKER_IMAGE_BACKEND=backend
4545
DOCKER_IMAGE_FRONTEND=frontend
46+
47+
# SQLite configuration
48+
SQLITE_DB=./sqlite.db

.gitattributes

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

.github/DISCUSSION_TEMPLATE/questions.yml

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

.github/FUNDING.yml

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

.github/ISSUE_TEMPLATE/config.yml

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

.github/ISSUE_TEMPLATE/privileged.yml

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

.github/dependabot.yml

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

.github/labeler.yml

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

0 commit comments

Comments
 (0)