host = "0.0.0.0" port = 5433 database_url = "postgresql://postgres_user:test@localhost:5432/test_db" data_path = "./tests/ayb_data_postgres" e2e_testing = true [email] from = "Server Sender " reply_to = "Server Reply " smtp_host = "localhost" smtp_port = 10025 smtp_username = "login@example.org" smtp_password = "the_password" [authentication] fernet_key = "y3UdMqGh6si7pvQb8wsuW3ryiJcacp0H1QoHUPfsjb0=" token_expiration_seconds = 3600 [cors] origin = "*" [isolation] nsjail_path = "tests/nsjail" [snapshots] sqlite_method = "Vacuum" access_key_id = "test" secret_access_key = "test" bucket = "bucket" path_prefix = "postgres" endpoint_url = "http://localhost:4566" force_path_style = true [snapshots.automation] interval = "2s" max_snapshots = 3