summaryrefslogblamecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/Globals.java
blob: b766b27febc5763c723f56f91d4939136f7ea9b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                

                                                      

                                                                     

                                                                                            
 
package org.openslx.imagemaster;

import java.util.Properties;

import org.openslx.imagemaster.server.MasterFtpServer;

public class Globals {
	public static final Properties properties = new Properties();
	public static final MasterFtpServer ftpServer = new MasterFtpServer(2221, "admin",
			"SI*HoZCC!]V)p>B2", Globals.properties.getProperty("ftp_base_dir"));
}