Skip to content

Commit

Permalink
Add very basic example config.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Dec 11, 2014
1 parent e42ed32 commit e7998df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Conf/config.plist
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- Minimal Configuration -->
<key>ClientMode</key>
<integer>1</integer>

<!-- For documentation of other keys, see the following URL:
https://github.com/google/santa/wiki/Configuration-Keys -->
</dict>
</plist>

0 comments on commit e7998df

Please sign in to comment.