From 1df9de049b9d3f6086a8713b7f793e67cf5ee9c2 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 7 May 2013 16:16:06 +0000 Subject: [PATCH] forgot templates config --- public/templates/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/templates/config.json diff --git a/public/templates/config.json b/public/templates/config.json new file mode 100644 index 0000000000..1fef6307ae --- /dev/null +++ b/public/templates/config.json @@ -0,0 +1,5 @@ +{ + "custom_mapping": { + "users": "account" + } +} \ No newline at end of file