access token
This commit is contained in:
parent
034165a7e4
commit
92dfae1f87
2 changed files with 6 additions and 0 deletions
|
@ -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__';
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue