This commit is contained in:
gobbo_a
2021-07-13 10:51:28 +02:00
commit 7e7f2017bb
13 changed files with 194 additions and 0 deletions

3
script/local.groovy Normal file
View File

@@ -0,0 +1,3 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.groovy
///////////////////////////////////////////////////////////////////////////////////////////////////

4
script/local.js Normal file
View File

@@ -0,0 +1,4 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.js
///////////////////////////////////////////////////////////////////////////////////////////////////

4
script/local.py Normal file
View File

@@ -0,0 +1,4 @@
###################################################################################################
# Deployment specific global definitions - executed after startup.py
###################################################################################################