Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
citizen-science
symbai
Commits
da350072
Commit
da350072
authored
Mar 26, 2014
by
Dave Griffiths
Browse files
setting up server
parent
ae129422
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
android/assets/dbsync.scm
android/assets/dbsync.scm
+1
-1
web/server.scm
web/server.scm
+1
-1
No files found.
android/assets/dbsync.scm
View file @
da350072
...
...
@@ -157,7 +157,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; syncing code
(
define
url
"http://192.168.2.1:8888/
mongoose
?"
)
(
define
url
"http://192.168.2.1:8888/
symbai
?"
)
(
define
(
build-url-from-ktv
ktv
)
(
string-append
"&"
(
ktv-key
ktv
)
":"
(
ktv-type
ktv
)
"="
(
stringify-value-url
ktv
)))
...
...
web/server.scm
View file @
da350072
...
...
@@ -130,6 +130,6 @@
#
:listen-ip
"192.168.2.1"
#
:port
(
string->number
(
command-line
#
:args
(
port
)
port
))
#
:command-line?
#t
#
:servlet-path
"/
mongoose
"
#
:servlet-path
"/
symbai
"
#
:server-root-path
(
build-path
"client"
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment