Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/labring/laf into main
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Feb 5, 2023
2 parents d5cd2c6 + d783d56 commit c35bfb2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions packages/cloud-sdk/src/cloud.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Db } from 'database-proxy'
import { WebSocket } from 'ws'
import { FunctionContext } from './function.interface'



export type InvokeFunctionType = (
name: string,
param: FunctionContext,
Expand Down Expand Up @@ -96,16 +94,5 @@ export interface CloudSdkInterface {
*/
appid: string

env: {
DB_URI?: string
SERVER_SECRET?: string
APP_ID?: string
OSS_ACCESS_KEY?: string
OSS_ACCESS_SECRET?: string
OSS_REGION?: string
OSS_INTERNAL_ENDPOINT?: string
OSS_EXTERNAL_ENDPOINT?: string
NPM_INSTALL_FLAGS?: string
RUNTIME_IMAGE?: string
}
env: any
}

0 comments on commit c35bfb2

Please sign in to comment.