Skip to content

Commit

Permalink
add sealaf runtime flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal committed Apr 1, 2024
1 parent 66f835a commit 07911c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/instance/instance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ export class InstanceService {
name: 'RESTART_AT',
value: new Date().getTime().toString(),
},
{
name: 'IS_SEALAF',
value: 'true',
},
]

// merge env from app configuration, override if exists
Expand Down

0 comments on commit 07911c8

Please sign in to comment.