Add first draft of calls to backend web service

This commit is contained in:
vemax78
2013-07-23 22:10:26 +02:00
parent c857ab0d7f
commit 4953ff684d
7 changed files with 293 additions and 4 deletions

View File

@ -3,7 +3,7 @@
version = "1.0";
application: {
standalone = false;
standalone = true;
name = "ac 1";
@ -76,6 +76,12 @@ application: {
};
};
backend: {
server: (
{ url = "http://localhost/csoap.php"; }
);
};
logging: {
enable = true;
level = "debug";