forked from mauriciojost/olympus-photosync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.conf
33 lines (24 loc) · 888 Bytes
/
application.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###################################################################
# General parameters
###################################################################
# Regular expression used to detect files
file.regex="wlan.*=.*,(.*),(\\d+),(\\d+),(\\d+),(\\d+).*"
# Local directory to be used to download files
output.directory=output
# Synchronize only files created strictly between the below dates
# output.fromdate=2017-01-01
# output.untildate=2017-01-03
###################################################################
# Parameters to be used to contact the server (the camera)
###################################################################
# Protocol
server.protocol=http
# Name of the server, or its IP address (used by default)
server.name=192.168.0.10
#server.name=oishare
# Port
server.port=80
# Base URL
server.base.url=/DCIM
# Ping timeout
server.ping.timeout=2000