From cada8dae9e9b0da22b49aa460d4eaa27a622a4cb Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 10:08:52 -0500 Subject: update doc --- .gitignore | 2 -- README.md | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7639ec..b118fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ dist .DS_Store .env env -pastebin_uwsgi.ini -config.cfg .*.swp log/ *.pid diff --git a/README.md b/README.md index cdae7f2..cdca181 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,10 @@ You can use flask for development servers, and uwsgi for production. For a produ ## Instructions -Configure the application with `config.cfg` based on `config.cfg.example`. +Configure the application with these two files, based on the `.example` files available in the source code: + +* stackbin.conf +* stackbin.wsgi.ini Generate new db. -- cgit