Commit 52a01e65 by muhammad-ammar

mysql default config

parent c31ec55b
......@@ -13,11 +13,11 @@
DATABASES:
default:
ENGINE: 'django.db.backends.mysql'
NAME:
USER:
PASSWORD:
HOST:
PORT: '3306'
NAME: 'pipeline'
USER: 'pipeline001'
PASSWORD: 'password'
HOST: 'localhost'
PORT: 3306
django_secret_key: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment