package com.flatandflatmates.init; /** * Created by applect on 6/3/15. */ public class Config { // File upload url (replace the ip with your server address) public static final String FILE_UPLOAD_URL = "http://flatandflatmates.com/upload.php"; // Directory name to store captured images and videos public static final String IMAGE_DIRECTORY_NAME = "AndroidFileUpload"; }