I need to stick with the open source product right now, but everything that I create, even with the --use-open-source option has my license key embedded and won't run without it. How do I at least temporarily kill off the team subscription on my development machine so I can create a clean project with just the open source components?
3 Answer(s)
-
0
hi
Can you pass the
-t appoptions when using CLI to create a new template project?abp new Acme.BookStore -t app --oldhttps://abp.io/docs/latest/cli/differences-between-old-and-new-cli
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
i use this command: abp new XAKTme -t app -dbms PostgreSQL -th basic -csf -nsl -nkc -smr -old
and it still puts my license key in AppSecrets.
I just want to be sure that I don't have the license restrictions, because I will need to have other developers work on this branch.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)