Project

General

Profile

Download (620 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Copyright (C) 2013 EDIT
3
 * European Distributed Institute of Taxonomy
4
 * http://www.e-taxonomy.eu
5
 *
6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7
 * See LICENSE.TXT at the top of this package for the full license terms.
8
 */
9
package eu.etaxonomy.cdm.config;
10

    
11

    
12
/**
13
 * @author a.kohlbecker
14
 * @date Mar 26, 2013
15
 *
16
 */
17
public class Configuration {
18

    
19
    /**
20
     * Login name for the first user 'admin'
21
     */
22
    public static String adminLogin = "admin";
23

    
24
    /**
25
     * Default password for the first user 'admin'
26
     */
27
    public static String adminPassword = "00000";
28

    
29
}
(5-5/7)