diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-03-04 09:15:01 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-03-04 09:15:01 +0100 |
commit | c34d7363b61a9e00c986b79793bf7cdc03e9ea99 (patch) | |
tree | 79c9121e2bff6bc938b7b36d1195e5759b163d2c /tictactoe-2/config | |
parent | 0be77ac09408c13cc12b5953b9ac7459b549c202 (diff) | |
download | erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.tar.gz erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.tar.bz2 erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.tar.xz erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.zip |
wip
Diffstat (limited to 'tictactoe-2/config')
-rw-r--r-- | tictactoe-2/config/sys.config | 3 | ||||
-rw-r--r-- | tictactoe-2/config/vm.args | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tictactoe-2/config/sys.config b/tictactoe-2/config/sys.config new file mode 100644 index 0000000..33fcac5 --- /dev/null +++ b/tictactoe-2/config/sys.config @@ -0,0 +1,3 @@ +[ + {tictactoe, []} +]. diff --git a/tictactoe-2/config/vm.args b/tictactoe-2/config/vm.args new file mode 100644 index 0000000..3b90361 --- /dev/null +++ b/tictactoe-2/config/vm.args @@ -0,0 +1,6 @@ +-sname tictactoe + +-setcookie tictactoe_cookie + ++K true ++A30 |