From 03f91fc35ab39c9c0e23a9e555acf6b34ddcc9af Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Sun, 3 Mar 2019 14:45:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 311be79..4ff2b30 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The actual data can be found here: https://gitlab.ub.uni-bielefeld.de/sporada/bu 19. To restart the app use `docker-compose up` or `docker-compose -d` to start it detatched. # Security settings for hosting your own public version -Before hosting you own version of this web pulblicly do not forget to change the PostgreSQL username, password etc. in *docker-compose.yml* and *app/bundesdata_app/settings.py*. Also change the secret key mentioned in *app/bundesdata_app/settings.py* to a new django key that you will keep secret! +Before hosting you own version of this website pulblicly do not forget to change the PostgreSQL username, password etc. in *docker-compose.yml* and *app/bundesdata_app/settings.py*. Also change the secret key mentioned in *app/bundesdata_app/settings.py* to a new django key that you will keep secret! # Live version A live version of the app is running under http://129.70.12.88:8000/ inside the University Bielefeld network. You have to access the university network via VPN to be able to use the live version. (https://www.ub.uni-bielefeld.de/search/vpn/)