mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
12 lines
137 B
ObjectPascal
12 lines
137 B
ObjectPascal
|
unit TestConstsU;
|
||
|
|
||
|
interface
|
||
|
|
||
|
const
|
||
|
//TEST_SERVER_ADDRESS = '192.168.56.1';
|
||
|
TEST_SERVER_ADDRESS = '127.0.0.1';
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|