diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-09-07 20:58:50 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-09-07 20:58:50 +0200 |
commit | e8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e (patch) | |
tree | 26608409a5ef61a11576d3a50e8409554da9e2dc /setup.py | |
parent | Make UI always use https:// but API traffic that wants to can still get http:// (diff) | |
download | awx-e8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e.tar.xz awx-e8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e.zip |
Add config file to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ setup( "awx/static/favicon.ico", ]), ("%s" % etcpath, [settingsconf,]), - ("%s" % webconfig, ["config/awx.conf"]), + ("%s" % webconfig, ["config/awx.conf","config/awx-plain.conf"]), ] ), options = { |