diff options
author | deva <deva> | 2010-05-07 09:31:26 +0000 |
---|---|---|
committer | deva <deva> | 2010-05-07 09:31:26 +0000 |
commit | 965e43178736e6635cf27410e6d73f4ec0fdced2 (patch) | |
tree | 7cc297f68e93f6974baaf185259ac88f35df0355 /server/etc/pracrod.conf | |
parent | 3241d29dec9beb0c367340465bd8d9bcab863692 (diff) |
LOTS of changes. libmicrohttpd fix for 'chunked' POST handling and LUA parameter checker from Pentominos among other things.
Diffstat (limited to 'server/etc/pracrod.conf')
-rw-r--r-- | server/etc/pracrod.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/etc/pracrod.conf b/server/etc/pracrod.conf index 6d97619..5fb7494 100644 --- a/server/etc/pracrod.conf +++ b/server/etc/pracrod.conf @@ -2,3 +2,6 @@ port = 12345; journal_commit_addr = "localhost"; journal_commit_port = 18112; + +artefact_addr = "localhost"; +artefact_port = 11108; |