Skip to content

Commit

Permalink
fix: remove redundant files, move .env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Veivel committed Jul 5, 2024
1 parent aa1f736 commit fb37225
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 53 deletions.
21 changes: 0 additions & 21 deletions .ebextensions/02_django.config

This file was deleted.

3 changes: 0 additions & 3 deletions .ebextensions/99_setup_swap.config

This file was deleted.

15 changes: 0 additions & 15 deletions .ebextensions/setup_swap.sh

This file was deleted.

1 change: 0 additions & 1 deletion Buildfile

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

12 changes: 0 additions & 12 deletions UlasKelas/.env.sample

This file was deleted.

10 changes: 10 additions & 0 deletions sample.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DJANGO_SETTINGS_MODULE=UlasKelas.settings
SECRET_KEY=xxx
SENTRY_DSN=https://xxx.ingest.sentry.io/xxx
DEBUG=<true | false>
PYTHONPATH=./env

POSTGRES_HOST=<DB_HOST>
POSTGRES_DB=<DB_NAME>
POSTGRES_USER=<DB_USER>
POSTGRES_PASSWORD=<DB_PASSWORD>

0 comments on commit fb37225

Please sign in to comment.