diff options
author | B Stack <bgstack15@gmail.com> | 2022-02-15 10:08:52 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-02-15 10:08:52 -0500 |
commit | cada8dae9e9b0da22b49aa460d4eaa27a622a4cb (patch) | |
tree | c747aeaedad218ab4ff7a6415d766932f982c864 | |
parent | drop actual ini file (diff) | |
download | stackbin-cada8dae9e9b0da22b49aa460d4eaa27a622a4cb.tar.gz stackbin-cada8dae9e9b0da22b49aa460d4eaa27a622a4cb.tar.bz2 stackbin-cada8dae9e9b0da22b49aa460d4eaa27a622a4cb.zip |
update doc
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -7,8 +7,6 @@ dist .DS_Store .env env -pastebin_uwsgi.ini -config.cfg .*.swp log/ *.pid @@ -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. |