diff options
author | varac <varacanero@zeromail.org> | 2015-01-01 10:38:00 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-01-13 12:48:53 +0100 |
commit | b503fc864c8152f4e76d284a6ef89eddec59028b (patch) | |
tree | 3a3979c46d4ee575e895ba33c8d6bf6dd1015db8 /vagrant/vagrant.config | |
parent | 53b87cc2b283df665a46a5781974f9ffd047c72c (diff) |
Simplyfied Vagrant support, added offlineimap config file
Change-Id: I4bdb6cfe34d4c0edbf31d425d7f682c137ae1596
Diffstat (limited to 'vagrant/vagrant.config')
-rw-r--r-- | vagrant/vagrant.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vagrant/vagrant.config b/vagrant/vagrant.config new file mode 100644 index 00000000..ae124246 --- /dev/null +++ b/vagrant/vagrant.config @@ -0,0 +1,12 @@ +# config values used by configure-leap.sh +provider_domain='example.org' +provider_name='Leap Example Provider' +contacts="no-reply@$provider_domain" + +# serivces that get configured +# note that the "openvpn" service does currently *not* work +# in a vagrant setup, +# see https://leap.se/en/docs/platform/troubleshooting/known-issues#Special.Environments +services='webapp,mx,couchdb,soledad,monitor' + + |