Skip to content

exploration/dps/ Include adminer to clean template using Sqlite #1549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .copier/.copier-answers.yml.jinja

This file was deleted.

26 changes: 0 additions & 26 deletions .copier/update_dotenv.py

This file was deleted.

25 changes: 14 additions & 11 deletions .env

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the env file from your commit.

Especially the change of the PROJECT_NAME or the STACK_NAME is a clear indicator that you've made a mistake here.

Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ FRONTEND_HOST=http://localhost:5173
# Environment: local, staging, production
ENVIRONMENT=local

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

# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
SECRET_KEY=changethis
BACKEND_CORS_ORIGINS=["http://localhost:5173"]
SECRET_KEY=changeme123
[email protected]
FIRST_SUPERUSER_PASSWORD=changethis
FIRST_SUPERUSER_PASSWORD=changeme123

# Emails
SMTP_HOST=
Expand All @@ -31,15 +31,18 @@ SMTP_TLS=True
SMTP_SSL=False
SMTP_PORT=587

# Postgres
POSTGRES_SERVER=localhost
POSTGRES_PORT=5432
POSTGRES_DB=app
POSTGRES_USER=postgres
POSTGRES_PASSWORD=changethis
# Postgres (commented out as we're using SQLite)
# POSTGRES_SERVER=localhost
# POSTGRES_PORT=5432
# POSTGRES_DB=app
# POSTGRES_USER=postgres
# POSTGRES_PASSWORD=changethis

SENTRY_DSN=

# Configure these with your own Docker registry images
DOCKER_IMAGE_BACKEND=backend
DOCKER_IMAGE_FRONTEND=frontend

# SQLite configuration
SQLITE_DB=./sqlite.db
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

118 changes: 0 additions & 118 deletions .github/DISCUSSION_TEMPLATE/questions.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/privileged.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/dependabot.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/labeler.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/add-to-project.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/deploy-production.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/deploy-staging.yml

This file was deleted.

Loading
Loading