Skip to content

Commit

Permalink
add is internal property
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 authored Aug 30, 2023
1 parent 9906475 commit e60d592
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"_repo_branch": "main",
"_captain_definition_relative_file_path": "./captain-definition",
"_internal_port": 3000,
"_force_https": true
"_force_https": true,
"_is_internal": false
},
{
"name": "plume-api",
Expand All @@ -15,6 +16,7 @@
"_repo_branch": "master",
"_captain_definition_relative_file_path": "./captain-definition",
"_internal_port": 3000,
"_force_https": true
"_force_https": true,
"_is_internal": false
}
]

0 comments on commit e60d592

Please sign in to comment.