AutoBE
Preparing search index...
@autobe/interface
IAutoBeTestRuntimeProps
IExternalPostgres
Interface IExternalPostgres
Uses externally provided environment variables for the runtime database.
interface
IExternalPostgres
{
env
:
Record
<
string
,
string
>
;
type
:
"external"
;
}
Index
Properties
env
type
Properties
env
env
:
Record
<
string
,
string
>
type
type
:
"external"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
env
type
AutoBE
Loading...
Uses externally provided environment variables for the runtime database.