chore: support localhost and development mode (#4384)

* chore: update local port for development

* chore: support localhost development

* chore: fix rust test

* chore: update setting

* fix: ci

* fix: ci

* fix: ci

* fix: ci

* chore: fix docker build

* chore: fix ci
This commit is contained in:
Nathan.fooo
2024-01-15 12:53:53 +08:00
committed by GitHub
parent d200c409d6
commit c41a7aaacf
20 changed files with 269 additions and 155 deletions

View File

@ -6,6 +6,7 @@ use crate::util::generate_test_email;
#[tokio::test]
async fn af_cloud_sign_up_test() {
// user_localhost_af_cloud_with_nginx().await;
user_localhost_af_cloud().await;
let test = EventIntegrationTest::new().await;
let email = generate_test_email();