access token

This commit is contained in:
Aliberk Sandıkçı 2024-01-06 14:05:42 +03:00
parent 034165a7e4
commit 92dfae1f87
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
2 changed files with 6 additions and 0 deletions

View File

@ -5,4 +5,5 @@ class Config
const DB_NAME = '__DB_NAME__'; const DB_NAME = '__DB_NAME__';
const DB_USERNAME = '__DB_USER__'; const DB_USERNAME = '__DB_USER__';
const DB_PASSWORD = '__DB_PWD__'; const DB_PASSWORD = '__DB_PWD__';
const DATAACCESS_TOKEN = '__ACCESS_TOKEN__';
} }

View File

@ -68,6 +68,11 @@ ram.runtime = "50M"
type = "group" type = "group"
default = "visitors" default = "visitors"
[install.access_token]
ask.en = "access token for data"
help.en = "Get from git repo"
type = "password"
[resources] [resources]
# See the packaging documentation for the full set # See the packaging documentation for the full set
# of explanation regarding the behavior and properties for each of those # of explanation regarding the behavior and properties for each of those