Skip to content
Snippets Groups Projects
Commit 4e71ae2b authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Switching off python load plugins by default

parent a620de75
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 3)
SET( CPACK_PACKAGE_VERSION_MINOR 2)
SET( CPACK_PACKAGE_VERSION_PATCH 8)
SET( CPACK_PACKAGE_VERSION_PATCH 9)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
......
Subproject commit e0c0935175aeabe0aae63b7c60166dfbd8c7c8cd
Subproject commit 480a389f6198a77d69d855dd38deaed1c5756068
......@@ -76,6 +76,6 @@ dap_global_db_driver=cdb
# Plugins
[plugins]
# Load Python plugins
py_load=true
py_load=false
# Plugins path
py_path=/opt/cellframe-node/var/plugins
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment