modal-ts
    Preparing search index...

    Interface Profile

    Config と環境変数から解決された設定オブジェクト

    interface Profile {
        environment?: string;
        imageBuilderVersion?: string;
        logLevel?: string;
        serverUrl: string;
        tokenId?: string;
        tokenSecret?: string;
    }
    Index

    Properties

    environment?: string

    Modal環境名

    imageBuilderVersion?: string

    イメージビルダーのバージョン

    logLevel?: string

    ログレベル

    serverUrl: string

    Modal APIサーバーのURL

    tokenId?: string

    認証トークンID

    tokenSecret?: string

    認証トークンシークレット