From 23613ea3bc6ca862c876d701c689ec8b92efaefa Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Tue, 25 Mar 2014 09:19:21 +0200 Subject: model: dedicated file for audit trail --- config/aaa.json | 1 - config/audit.json | 1 + config/auth.json | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 config/aaa.json create mode 100644 config/audit.json create mode 100644 config/auth.json (limited to 'config') diff --git a/config/aaa.json b/config/aaa.json deleted file mode 100644 index a182371..0000000 --- a/config/aaa.json +++ /dev/null @@ -1 +0,0 @@ -{"users":{"admin":{"password":"sha256$MVxudi8b1F8n$b42ec168b4bb9e893d3d666807d9fed0b0d05cfef5b0dc53984f58443531d56a","superuser":true}}} \ No newline at end of file diff --git a/config/audit.json b/config/audit.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/config/audit.json @@ -0,0 +1 @@ +[] diff --git a/config/auth.json b/config/auth.json new file mode 100644 index 0000000..a182371 --- /dev/null +++ b/config/auth.json @@ -0,0 +1 @@ +{"users":{"admin":{"password":"sha256$MVxudi8b1F8n$b42ec168b4bb9e893d3d666807d9fed0b0d05cfef5b0dc53984f58443531d56a","superuser":true}}} \ No newline at end of file -- cgit v1.2.3