From 83b71150b09c762b13f6fd735f3bb9c01e5657c5 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Thu, 13 Feb 2014 18:34:58 -0800 Subject: [PATCH] Created Specification (markdown) --- Specification.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Specification.md diff --git a/Specification.md b/Specification.md new file mode 100644 index 0000000..0bc6b4e --- /dev/null +++ b/Specification.md @@ -0,0 +1,4 @@ +### Configuration + +- All options should be put in `conf/app.ini` file in INI format. +- All keys' name should use all upper cases and underscore except sections' name(e.g. `HTTP_PORT = 3000`). \ No newline at end of file