/
SergeyMi37
/
apptools-admin
Обзор
Документация
Войти
/
SergeyMi37
/
apptools-admin
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
module.xml
61 строка
2 KB
SergeyMi37
fix action
19 мар 2025, 07:40
19 мар 2025, 07:40
e9d3c45
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <Export generator="Cache" version="25"> <Document name="apptools-admin.ZPM"> <Module> <Name>apptools-admin</Name> <Version>1.2.7</Version> <Description>Application tools for technical support and DBMS administrator. View and edit arrays, execute queries, including JDBC/ODBC, sending results to email as XLS files</Description> <Packaging>module</Packaging> <Keywords>Application tools admin</Keywords> <Author> <Person>Mikhaylenko Sergey</Person> <CopyrightDate>2023</CopyrightDate> <License>MIT</License> <Notes> repository: https://github.com/SergeyMi37/apptools-admin description: Application tools for technical support and DBMS administrator. View and edit arrays, execute queries, including JDBC/ODBC, sending results to email as XLS files. </Notes> </Author> <SourcesRoot>src</SourcesRoot> <Invokes> <Invoke Class="apptools.core.Installer" Method="AddFavorites" Phase="Activate" When="After" ></Invoke> </Invokes> <Resource Name="apptools.core.PKG"/> <Resource Name="apptools.core.INC"/> <Resource Name="apptools.Chart.PKG"/> <Resource Name="apptools.Form.PKG"/> <Resource Name="apptools.lte.PKG"/> <Resource Name="apptools.Tabs.PKG"/> <Resource Name="apptools.python.PKG"/> <Resource Name="apptools.Uikit.PKG"/> <Resource Name="appcachemsg.GBL"/> <CSPApplication SourcePath="/src/csp" DeployPath="${cspdir}/apptools" Url="/apptools" ServeFiles="1" CookiePath="/apptools/" PasswordAuthEnabled="1" AuthenticationMethods="32" MatchRoles=":%ALL" Recurse="1"/> <CSPApplication Url="/apptoolsrest" CookiePath="/apptools/" PasswordAuthEnabled="1" AuthenticationMethods="32" MatchRoles=":%ALL" DispatchClass="apptools.core.rest" Path="${cspdir}/apptools" Recurse="1" UnauthenticatedEnabled="0" Generated="true"/> <AfterInstallMessage> You can load admins panel at: ${webroot}apptoolsrest/a/info </AfterInstallMessage> </Module> </Document> </Export>