diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-18 17:25:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-18 17:28:31 +0200 |
commit | a82c8859bd4ceda956dd58e97a3c0e4fc4179229 (patch) | |
tree | d1bf16bb9ad133354a23301738993f765653f83f /install/uwsgi.ini.template | |
parent | e3a061f50b538e88884a0e89b99d40f6a0e193c3 (diff) | |
download | Ishtar-a82c8859bd4ceda956dd58e97a3c0e4fc4179229.tar.bz2 Ishtar-a82c8859bd4ceda956dd58e97a3c0e4fc4179229.zip |
Update installation script
Conflicts:
install/install.sh
Diffstat (limited to 'install/uwsgi.ini.template')
-rw-r--r-- | install/uwsgi.ini.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/uwsgi.ini.template b/install/uwsgi.ini.template index 0e2fc6554..7a20c058c 100644 --- a/install/uwsgi.ini.template +++ b/install/uwsgi.ini.template @@ -1,6 +1,6 @@ [uwsgi] # variables -projectname = #SHORT_NAME# +projectname = #APP_NAME# projectdomain = #URL# base = /srv/#DB_NAME#/ishtar/ |