Conversion_Kitchen_Code/kitchen_counter/MNF/db.py

42 lines
1010 B
Python
Raw Permalink Normal View History

2024-04-27 09:33:09 +00:00
# mongodb_url = "mongodb+srv://mnfbeta:beta123@cluster0.5uwkdes.mongodb.net/?retryWrites=true&w=majority"
# DATABASES = {
# 'default': {
# 'ENGINE': 'djongo',
# 'NAME': 'MNFBETA',
# 'ENFORCE_SCHEMA': False,
# 'CLIENT': {
# 'host': mongodb_url
# }
# }
# }
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': 'railway',
# 'USER': 'postgres',
# 'PASSWORD': 'GcGceBEgdc35AF4d1EeAgA4d-BG4FbDG',
# 'HOST': 'viaduct.proxy.rlwy.net',
# 'PORT': '42399'
# }
# }
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': 'beta',
# 'USER': 'postgres',
# 'PASSWORD': 'admin',
# 'HOST': '1.6.141.108',
# 'PORT': '5432'
# }
# }
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': 'mnf-beta',
# }
# }