mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
7 lines
163 B
Java
7 lines
163 B
Java
package com.commafeed;
|
|
|
|
public class TestConstants {
|
|
public static final String ADMIN_USERNAME = "admin";
|
|
public static final String ADMIN_PASSWORD = "admin";
|
|
}
|