feat: implement server persistence with services.json
This commit is contained in:
27
services.json
Normal file
27
services.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"name": "auth-service",
|
||||
"is_locked": false,
|
||||
"locked_at": "0001-01-01T00:00:00Z"
|
||||
},
|
||||
{
|
||||
"name": "payments-api",
|
||||
"is_locked": false,
|
||||
"locked_at": "0001-01-01T00:00:00Z"
|
||||
},
|
||||
{
|
||||
"name": "user-db",
|
||||
"is_locked": false,
|
||||
"locked_at": "0001-01-01T00:00:00Z"
|
||||
},
|
||||
{
|
||||
"name": "notifications",
|
||||
"is_locked": false,
|
||||
"locked_at": "0001-01-01T00:00:00Z"
|
||||
},
|
||||
{
|
||||
"name": "front-web",
|
||||
"is_locked": false,
|
||||
"locked_at": "0001-01-01T00:00:00Z"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user