diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..d834f37 --- /dev/null +++ b/config.json.example @@ -0,0 +1,13 @@ +{ + "DEBUG": false, + "SECRET_KEY": "", + "ALLOWED_HOSTS": [""], + "DATABASE": { + "ENGINE": "", + "NAME": "", + "USER": "", + "PASSWORD": "", + "HOST": "", + "PORT": "" + } +}