mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 05:57:48 +01:00
add gitignore
This commit is contained in:
parent
718d162231
commit
b0bd602ea1
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
.env
|
||||
|
||||
# virtualenv
|
||||
myenv/
|
||||
|
||||
18
settings.py
18
settings.py
@ -1,18 +0,0 @@
|
||||
from decouple import config
|
||||
|
||||
SECRET_KEY = config('SECRET_KEY')
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'ft_transcendence',
|
||||
]
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': config('POSTGRES_DB'),
|
||||
'USER': config('POSTGRES_USER'),
|
||||
'PASSWORD': config('POSTGRES_PASSWORD'),
|
||||
'HOST': config('DB_HOST', default='localhost'),
|
||||
'PORT': config('DB_PORT', default='3306'),
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user