Changeset 123 for trunk/UCore.pas
- Timestamp:
- Jul 24, 2020, 11:06:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r114 r123 144 144 DatabasePassword := ReadString(SectionDatabase, 'DatabasePassword', 'password'); 145 145 FormatHTML := ReadBool(SectionGeneral, 'FormatHTML', False); 146 WebApp1.LogException := ReadBool(SectionGeneral, 'ShowException', False); 146 WebApp1.LogException := ReadBool(SectionGeneral, 'LogException', False); 147 WebApp1.HTTPServer.ShowExceptions := ReadBool(SectionGeneral, 'ShowException', False); 147 148 NetworkAddress := ReadString(SectionHTTPServer, 'NetworkAddress', 'localhost'); 148 149 NetworkPort := ReadInteger(SectionHTTPServer, 'NetworkPort', 80);
Note:
See TracChangeset
for help on using the changeset viewer.