Unit app
Classes, Interfaces, Objects and Records Functions and Procedures Types Variables
Description
Contains entry point of the application.
This software is distributed under GPL in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the warranty of FITNESS FOR A PARTICULAR PURPOSE.
Uses
Overview
Constants
Description
Constants
ExternalIP: string = 'ec2-54-158-234-101.compute-1.amazonaws.com'; |
IP dlya svyazi brauzera s CGI-klientom; eti dannye vstavlyayutsya v ishodyaschie stranitsy
|
InternalIP: string = '127.0.0.1'; |
peremennye vyneseny v otdel'nyi modul', dlya togo chtoby k nim mozhno bylo by poluchit' dostup iz drugih modulei Global setting should be in this file because the same setting should be used in building client and server applications. IP dlya svyazi CGI-klienta s serverom prilozheniya InternalIP : string = '192.168.0.190'; CGI-klient i server rabotayut na odnom kompyutere
|
InternalPort: string = '1234'; |
|
Author
- Dmitry Morozov dvmorozov@hotmail.com,
LinkedIn https://ru.linkedin.com/pub/dmitry-morozov/59/90a/794,
Facebook https://www.facebook.com/profile.php?id=100004082021870
Generated by PasDoc 0.15.0.
|