diff --git a/config.json.example b/config.json.example new file mode 100644 index 00000000..0f44a0ca --- /dev/null +++ b/config.json.example @@ -0,0 +1,9 @@ +{ + "DB_URL": "mysql+pymysql://root:rootpw@localhost:13306/icatdb", + "log_level": "WARN", + "debug_mode": false +} + + + +