forked from gallery/gallery-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
28 lines (21 loc) · 898 Bytes
/
build.properties
File metadata and controls
28 lines (21 loc) · 898 Bytes
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
# define the following properties in build.properties:
# iafolder: the folder where the InstallAnywhere executable is located
# nsis.path: the folder where NSIS (the Nullsoft Installer System) is located
# docbase: the Gallery docs CVS directory (obsolete)
# debug.params: optional debug parameters for the screensaver debug
# some global properties for the used folders
dir.src=src
dir.build=build
dir.lib=lib
dir.img=src/img
dir.dest=dest
dir.install=install
app.name=Gallery Remote
# this domain will be used within the keystore and the deploy target
deploy.domain=phosco.info
# this is the SSH user account, which we use to deploy the JARs
deploy.user=root
# this dir points to the remote path of the Gallery2 installation on the server
dir.deploy=/data/www/pics.phosco.info/htdocs
# this file contains the local keystore for the certificates
file.keystore=gallery.keystore.jks