fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-12 20:28:58 +02:00
parent 0876eed9bb
commit 6d39476727
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/interfaces',
version: '1.0.68',
version: '1.0.69',
description: 'interfaces for working with containers'
}

View File

@ -12,4 +12,5 @@ export interface ICloudlyConfig {
publicUrl?: string;
publicPort?: string;
sslMode?: 'none' | 'letsencrypt' | 'external';
servezoneAdminaccount?: string;
}