add more settings
This commit is contained in:
parent
e891ebf265
commit
c1ebcfcd61
5 changed files with 31 additions and 15 deletions
|
|
@ -24,11 +24,13 @@ void main(List<String> argsRaw) async {
|
|||
..addOption("adminName", mandatory: true)
|
||||
..addOption("adminRoom", mandatory: true)
|
||||
..addOption("email", mandatory: true)
|
||||
..addOption("emailAlias", mandatory: false)
|
||||
..addOption("mailName", mandatory: true)
|
||||
..addOption("mailDomain", mandatory: true)
|
||||
..addOption("smtpPasswordFile", mandatory: true)
|
||||
..addOption("botPasswordFile", mandatory: true)
|
||||
..addOption("emailAlias")
|
||||
..addOption("userName")
|
||||
..addOption("outgoingPort")
|
||||
..addOption("inviteTo");
|
||||
|
||||
final container = ProviderContainer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue