-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoose.config.toml
More file actions
61 lines (50 loc) · 1.26 KB
/
Copy pathmoose.config.toml
File metadata and controls
61 lines (50 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
language = "Typescript"
[typescript_config]
# Package manager to use for installing dependencies
# Options: "npm" (default), "pnpm", "yarn"
package_manager = "npm"
[redpanda_config]
broker = "localhost:19092"
message_timeout_ms = 1000
retention_ms = 30000
replication_factor = 1
[clickhouse_config]
db_name = "local"
user = "panda"
password = "pandapass"
use_ssl = false
host = "localhost"
host_port = 18123
native_port = 9000
# additional_databases = ["analytics", "staging"] # Optional: Additional databases to create on startup
[http_server_config]
host = "localhost"
port = 4000
management_port = 5001
[redis_config]
url = "redis://127.0.0.1:6379"
key_prefix = "MS"
[git_config]
main_branch_name = "main"
[temporal_config]
db_user = "temporal"
db_password = "temporal"
db_port = 5432
temporal_port = 7233
# Uncomment and set to "http" or "https" to force a specific scheme
# temporal_scheme = "https"
temporal_version = "1.22.3"
admin_tools_version = "1.22.3"
ui_version = "2.21.3"
ui_port = 8080
ui_cors_origins = "http://localhost:3000"
config_path = "config/dynamicconfig/development-sql.yaml"
postgresql_version = "13"
[supported_old_versions]
[features]
streaming_engine = true
workflows = true
data_model_v2 = true
apis = true
[docker_config]
custom_dockerfile = true