|
@@ -48,6 +48,9 @@ An example template for an app script is shown below. Copy this and add whatever
|
48
|
48
|
# You should have received a copy of the GNU Affero General Public License
|
49
|
49
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
50
|
50
|
|
|
51
|
+# 'full' includes your app in the full installation and you can also
|
|
52
|
+# add other variants, separated by spaces. The available variants will
|
|
53
|
+# be detected automatically from the app scripts.
|
51
|
54
|
VARIANTS='full'
|
52
|
55
|
|
53
|
56
|
SOME_IMPORTANT_CONFIG_VARIABLE='some important value'
|