|
|
|
@ -9,7 +9,7 @@ import cokr.xit.foundation.test.TestSupport;
|
|
|
|
|
public class InterfaceConfigTest extends TestSupport {
|
|
|
|
|
@Test
|
|
|
|
|
void config() {
|
|
|
|
|
System.out.println("useDatabase: " + InterfaceConfig.useDatabase());
|
|
|
|
|
System.out.println("useDatabase: " + InterfaceConfig.databaseActive());
|
|
|
|
|
InterfaceConfig.EndPoint remote = InterfaceConfig.remote();
|
|
|
|
|
System.out.println("========== remote ==========");
|
|
|
|
|
System.out.println("organization: " + remote.getOrganization());
|
|
|
|
|