Thank you for creating a new project with bit platform! We appreciate your trust in our platform and are excited to see what you'll build.
This project is generated by bit-bp template v-10.6.0 using the following command:
dotnet new bit-bp
--name Bit.TemplatePlayground
--module Admin
--captcha reCaptcha
--sample
--appInsights
--signalR
--ads
--brouterRecorded for reference. The block is one argument per line, so it is not meant to be pasted into a shell as-is.
So that the app is usable and testable the moment it is generated, the database seed
(src/Server/Bit.TemplatePlayground.Server.Api/Features/Identity/Configurations/UserConfiguration.cs) creates real,
pre-confirmed accounts whose password is 123456:
| Password | Role | |
|---|---|---|
test@bitplatform.dev |
123456 |
g-admin - global administrator, holds every feature |
store-admin@bitplatform.dev |
123456 |
t-admin of the seeded store tenant |
store-user@bitplatform.dev |
123456 |
demo member of the seeded store tenant |
These credentials, their password hash and their primary keys are all part of the public bit platform template, so anyone can sign in as a global administrator on a deployment that still carries them.
To help you get started, we have comprehensive documentation available. You can find detailed guides, samples, and more at:
If you have any questions or need further assistance, feel free to reach out. Happy coding!
The bit platform team.