mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Added Stripe, OAuth, and Freestyle mock services to the local emulator * Introduced `emulator run` CLI command to execute applications with emulator credentials automatically injected * Enhanced credential management for local development * **Improvements** * Improved ARM64 QEMU emulation with cross-architecture support * Better error detection and logging during emulator provisioning * Added example middleware configuration with authentication support <!-- end of auto-generated comment: release notes by coderabbit.ai -->
29 lines
821 B
XML
29 lines
821 B
XML
<clickhouse>
|
|
<logger>
|
|
<level>warning</level>
|
|
<console>1</console>
|
|
</logger>
|
|
|
|
<http_port>8123</http_port>
|
|
<tcp_port>9009</tcp_port>
|
|
<listen_host>0.0.0.0</listen_host>
|
|
|
|
<path>/data/clickhouse/</path>
|
|
<tmp_path>/data/clickhouse/tmp/</tmp_path>
|
|
<user_files_path>/data/clickhouse/user_files/</user_files_path>
|
|
<format_schema_path>/data/clickhouse/format_schemas/</format_schema_path>
|
|
|
|
<max_server_memory_usage_to_ram_ratio>0.5</max_server_memory_usage_to_ram_ratio>
|
|
|
|
<custom_settings_prefixes>SQL_</custom_settings_prefixes>
|
|
|
|
<user_directories>
|
|
<users_xml>
|
|
<path>users.xml</path>
|
|
</users_xml>
|
|
<local_directory>
|
|
<path>/data/clickhouse/access/</path>
|
|
</local_directory>
|
|
</user_directories>
|
|
</clickhouse>
|