fix(core): update
This commit is contained in:
parent
8adbfd3118
commit
41c2aec293
@ -1,8 +1,19 @@
|
|||||||
export interface IHandlerSettings {
|
export interface IHandlerSettings {
|
||||||
|
/**
|
||||||
|
* the slug is a globally unique slug that the package will be answer under
|
||||||
|
*/
|
||||||
slug: string;
|
slug: string;
|
||||||
|
/**
|
||||||
|
* the packagename points to the package to use in the supplied registry
|
||||||
|
*/
|
||||||
packageName: string;
|
packageName: string;
|
||||||
|
/**
|
||||||
|
* environment variables are supplied to the service at runtime
|
||||||
|
*/
|
||||||
environmentVariables: { [key: string]: string };
|
environmentVariables: { [key: string]: string };
|
||||||
registryId: string;
|
/**
|
||||||
|
* this is needed to know where to get the package to run
|
||||||
|
*/
|
||||||
registryDescriptor: {
|
registryDescriptor: {
|
||||||
registryUrl: string;
|
registryUrl: string;
|
||||||
registryToken: string;
|
registryToken: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user