Add first draft of calls to backend web service
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user