Subversion Repositories SmartDukaan

Rev

Rev 12291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12291 Rev 12294
Line 15... Line 15...
15
 * Wrapper for the JSON configuration file used to keep user specific details like authentication
15
 * Wrapper for the JSON configuration file used to keep user specific details like authentication
16
 * information and Merchant Center account ID.
16
 * information and Merchant Center account ID.
17
 */
17
 */
18
public class Config extends GenericJson {
18
public class Config extends GenericJson {
19
  private static final String FILE_NAME = "config.json";
19
  private static final String FILE_NAME = "config.json";
20
  private static final File CONFIG_FILE = new File("/root/code/trunk/ProductFeedsApi/src/main/resources/config.json");
20
  private static final File CONFIG_FILE = new File("/root/code/trunk/SaholicProductFeeds/src/main/resources/config.json");
21
 
21
 
22
  @Key
22
  @Key
23
  private String clientId = "";
23
  private String clientId = "";
24
 
24
 
25
  @Key
25
  @Key