SuperadminCredentials
SuperadminCredentials
These credentials will be used to create the Superadmin user & administrator when Vendure first bootstraps.
Signature
interface SuperadminCredentials {
identifier: string;
password: string;
}
Members
identifier
property
type:
string
default:
'superadmin'
The identifier to be used to create a superadmin account
password
property
type:
string
default:
'superadmin'
The password to be used to create a superadmin account