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