Skip to content

Commit

Permalink
dtaas.toml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Astitva committed Apr 20, 2024
1 parent 51e0505 commit 2c50c5f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cli/dtaas.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# This is the config for DTaaS CLI

name = "Digital Twin as a Service (DTaaS)"
version = "0.1"
version = "0.1.0"
owner = "The INTO-CPS-Association"
git-repo = "https://github.com/into-cps-association/DTaaS.git"

[common]
# absolute path to the DTaaS application directory
server-dns = "localhost"
path = "/home/Desktop/DTaaS"
path = "/home/Desktop/yamlstuff"

[users]
# matching user info must present in this config file
add = ["astitvasehgal05","astitvasehgal19", "prasad"]
delete = ["astitvasehgal19", "prasad"]
add = ["username1","username2", "username3"]
delete = ["username2", "username3"]

[users.astitvasehgal05]
[users.username1]
email = "[email protected]"

[users.astitvasehgal19]
[users.username2]
email = "[email protected]"

[users.prasad]
[users.username3]
email = "[email protected]"

[client.web]
config = "/home/astitva/Desktop/yamlstuff/env.local.js"
config = "/home/Desktop/yamlstuff/env.local.js"

0 comments on commit 2c50c5f

Please sign in to comment.