Skip to main content

SuperadminCredentials

SuperadminCredentials

These credentials will be used to create the Superadmin user & administrator when Vendure first bootstraps.

Signature
interface SuperadminCredentials {
identifier: string;
password: string;
}

identifier

property
string
default:
'superadmin'

The identifier to be used to create a superadmin account

password

property
string
default:
'superadmin'

The password to be used to create a superadmin account