diff --git a/conf/config.php b/conf/config.php index f4d9ae5..2821816 100644 --- a/conf/config.php +++ b/conf/config.php @@ -5,4 +5,5 @@ class Config const DB_NAME = '__DB_NAME__'; const DB_USERNAME = '__DB_USER__'; const DB_PASSWORD = '__DB_PWD__'; + const DATAACCESS_TOKEN = '__ACCESS_TOKEN__'; } diff --git a/manifest.toml b/manifest.toml index b25dde2..9882f72 100644 --- a/manifest.toml +++ b/manifest.toml @@ -68,6 +68,11 @@ ram.runtime = "50M" type = "group" default = "visitors" + [install.access_token] + ask.en = "access token for data" + help.en = "Get from git repo" + type = "password" + [resources] # See the packaging documentation for the full set # of explanation regarding the behavior and properties for each of those