Skip to content

Commit

Permalink
fix file url (#35)
Browse files Browse the repository at this point in the history
* Add or update the Azure App Service build and deployment workflow config

* Update azure_app_testmwa2.yml

* Update azure_app_testmwa2.yml

* Update azure_app_testmwa2.yml

* update requirements

* update requirements

* update

* fix dev script

* update for munkirepo plugins

* update for MunkiRepo class

* update for munki plugins

* clean up

* fix manifest serializer

* add error handling

* fix default url

---------

Co-authored-by: Steve Küng <steve.kueng@gmail.com>
  • Loading branch information
SteveKueng and Steve Küng committed Jun 25, 2024
1 parent bf5d909 commit d90f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion munkiwebadmin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
CSRF_TRUSTED_ORIGINS = os.environ.get("CSRF_TRUSTED_ORIGINS", "http://localhost").split(" ")

# Munki repo settings
MUNKI_REPO_URL = os.getenv('MUNKI_REPO_URL', '/munkirepo')
MUNKI_REPO_URL = os.getenv('MUNKI_REPO_URL', 'file:///munkirepo')
MUNKI_REPO_PLUGIN = os.getenv('MUNKI_REPO_PLUGIN', 'FileRepo')
MUNKITOOLS_DIR = os.getenv('MUNKITOOLS_DIR', '/munkitools')
MAKECATALOGS_PATH = MUNKITOOLS_DIR + '/makecatalogs'
Expand Down

0 comments on commit d90f420

Please sign in to comment.