File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ lazy_static::lazy_static! {
5757 pub static ref DEFAULT_AGENT_URL : url:: Url = url:: Url :: parse( "https://agent-api-1084703453822.us-central1.run.app" ) . unwrap( ) ;
5858 pub static ref DEFAULT_DASHBOARD_URL : url:: Url = url:: Url :: parse( "https://dashboard.estuary.dev/" ) . unwrap( ) ;
5959 pub static ref DEFAULT_PG_URL : url:: Url = url:: Url :: parse( "https://eyrcnmuzzyriypdajwdk.supabase.co/rest/v1" ) . unwrap( ) ;
60- pub static ref DEFAULT_CONFIG_ENCRYPTION_URL : url:: Url = url:: Url :: parse( "https://config-encryptions .estuary.dev/" ) . unwrap( ) ;
60+ pub static ref DEFAULT_CONFIG_ENCRYPTION_URL : url:: Url = url:: Url :: parse( "https://config-encryption .estuary.dev/" ) . unwrap( ) ;
6161
6262 // Used only when profile is "local".
6363 pub static ref LOCAL_AGENT_URL : url:: Url = url:: Url :: parse( "http://localhost:8675/" ) . unwrap( ) ;
You can’t perform that action at this time.
0 commit comments