From 92dfae1f870a4eaa9871890ace66d9fa5286c01c Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 6 Jan 2024 14:05:42 +0300 Subject: [PATCH] access token --- conf/config.php | 1 + manifest.toml | 5 +++++ 2 files changed, 6 insertions(+) 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