forked from INTO-CPS-Association/DTaaS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Astitva
committed
Apr 20, 2024
1 parent
51e0505
commit 2c50c5f
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |