mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
add custom path to site env (#629)
This commit is contained in:
1
resources/js/types/site.d.ts
vendored
1
resources/js/types/site.d.ts
vendored
@ -9,6 +9,7 @@ export interface Site {
|
||||
type: string;
|
||||
type_data: {
|
||||
method?: 'round-robin' | 'least-connections' | 'ip-hash';
|
||||
env_path?: string;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
domain: string;
|
||||
|
Reference in New Issue
Block a user