This repository was archived by the owner on Jun 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ansible/roles/bpp-site/defaults Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Aby zainstalować BPP:
7979
8080 .. code-block ::
8181
82- example.iplweb.pl ansible_user=root django_site_name="Moj serwer BPP"
82+ example.iplweb.pl ansible_user=root
8383
8484 [bpp-dbserver]
8585 example.iplweb.pl
@@ -174,4 +174,4 @@ nie są przeprowadzane żadne automatyczne testy przy użyciu Dockera.
174174.. _Anaconda : https://www.anaconda.com/products/distribution
175175.. _.env.example : https://github.com/iplweb/bpp/blob/dev/.env.example
176176.. _settings/base.py : https://github.com/iplweb/bpp/blob/dev/src/django_bpp/settings/base.py
177- .. _bpp.readthedocs.io : https://bpp.readthedocs.io/pl/latest/
177+ .. _bpp.readthedocs.io : https://bpp.readthedocs.io/pl/latest/
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ django_user: bpp
44django_project_name : django_bpp
55django_hostname : " {{ inventory_hostname }}"
66
7+ django_site_name : " Moja strona BPP"
8+
79django_settings_module : django_bpp.settings.production
810
911database_user : " {{ django_user }}"
You can’t perform that action at this time.
0 commit comments