From 02fe357fe2933c6397c98ba4ced3309c38fef73e Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 2 Oct 2014 19:13:10 +0200 Subject: [PATCH] What I missed here, I put here. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 6de73769..5ab29983 100644 --- a/README.rst +++ b/README.rst @@ -33,3 +33,10 @@ Initial auth data: admin/123123 If you want a complete environment for production usage, you can try the taiga bootstrapping scripts https://github.com/taigaio/taiga-scripts (warning: alpha state) + +Configuration +------------- + +Configuration is on the `taiga-back/settings/local.py` file. + +After modifing the configuration, a `circusctl restart taiga` should be ran.