Classes
Methods
# async static get(setting, ctx) → {Promise.<string>}
Gets the setting from database
Parameters:
| Name | Type | Description |
|---|---|---|
setting |
string
|
|
ctx |
RequestContext
|
Promise.<string>
# async static set(setting, value, ctx) → {Promise.<void>}
Sets the setting
Parameters:
| Name | Type | Description |
|---|---|---|
setting |
string
|
|
value |
string
|
|
ctx |
RequestContext
|
Promise.<void>