diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-17 17:56:04 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-17 17:56:10 +0100 |
commit | 03330f2809604eff3b29e72a0ffd04f50cc42797 (patch) | |
tree | bb8b759d3dc48bfe685b92085b645ace0eb2835e | |
parent | cfafee0ca417ccc20a3b08848f965cf63fe901fd (diff) |
Add Alice and Bob try example configs
-rw-r--r-- | alice.try.config | 7 | ||||
-rw-r--r-- | bob.try.config | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/alice.try.config b/alice.try.config new file mode 100644 index 00000000..57ef892c --- /dev/null +++ b/alice.try.config @@ -0,0 +1,7 @@ +[pixelated] +HOST=0.0.0.0 +PORT=8080 +LEAP_SERVER_NAME=try.pixelated-project.org +LEAP_USERNAME=alice +LEAP_PASSWORD=WuSh3ohse4 + diff --git a/bob.try.config b/bob.try.config new file mode 100644 index 00000000..4c169c04 --- /dev/null +++ b/bob.try.config @@ -0,0 +1,7 @@ +[pixelated] +HOST=0.0.0.0 +PORT=8080 +LEAP_SERVER_NAME=try.pixelated-project.org +LEAP_USERNAME=bob +LEAP_PASSWORD=quuojoo1Su + |