diff --git a/.gitignore b/.gitignore index 96d6df9..fda1cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -130,7 +130,6 @@ dmypy.json local-cdn/ -config.json node_modules/ package-lock.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..f0871fc --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "DEBUG": false, + "SECRET_KEY": "", + "ALLOWED_HOSTS": [ + "" + ] +}