Moeen Chat Service - v1.0.0
Preparing search index...
types/vault-config.type
VaultSecrets
Interface VaultSecrets
interface
VaultSecrets
{
consul
:
{
check
:
{
deregisterCriticalServiceAfter
:
string
;
http
:
string
;
interval
:
string
;
timeout
:
string
;
}
;
host
:
string
;
port
:
string
;
schema
:
string
;
secure
:
boolean
;
serviceHost
:
string
;
serviceName
:
string
;
token
:
string
;
}
;
database
:
{
databaseName
:
string
;
host
:
string
;
logging
:
boolean
;
password
:
string
;
poolSize
:
string
;
port
:
string
;
ssl
:
string
;
username
:
string
;
}
;
port
:
string
;
redis
:
{
db
:
string
;
host
:
string
;
password
:
string
;
port
:
string
;
username
:
string
;
useTls
:
boolean
;
}
;
}
Index
Properties
consul
database
port
redis
Properties
consul
consul
:
{
check
:
{
deregisterCriticalServiceAfter
:
string
;
http
:
string
;
interval
:
string
;
timeout
:
string
;
}
;
host
:
string
;
port
:
string
;
schema
:
string
;
secure
:
boolean
;
serviceHost
:
string
;
serviceName
:
string
;
token
:
string
;
}
database
database
:
{
databaseName
:
string
;
host
:
string
;
logging
:
boolean
;
password
:
string
;
poolSize
:
string
;
port
:
string
;
ssl
:
string
;
username
:
string
;
}
port
port
:
string
redis
redis
:
{
db
:
string
;
host
:
string
;
password
:
string
;
port
:
string
;
username
:
string
;
useTls
:
boolean
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
consul
database
port
redis
Moeen Chat Service - v1.0.0
Loading...