File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 537537 <!-- Path to data directory, with trailing slash. -->
538538 <path >/var/lib/clickhouse/</path >
539539
540- <!-- Multi-disk configuration with R2 storage -->
540+ <!-- Multi-disk configuration -->
541541 <storage_configuration >
542542 <disks >
543543 <default >
Original file line number Diff line number Diff line change 9898 </grants>
9999 -->
100100 </default >
101+
102+ <!-- Admin user with full privileges -->
103+ <admin >
104+ <password >analyticsarecool</password >
105+ <networks >
106+ <ip >::/0</ip >
107+ </networks >
108+ <profile >default</profile >
109+ <quota >default</quota >
110+ <access_management >1</access_management >
111+ <named_collection_control >1</named_collection_control >
112+ <grants >
113+ <query >GRANT ALL ON *.*</query >
114+ </grants >
115+ </admin >
101116 </users >
102117
103118 <!-- Quotas. -->
You can’t perform that action at this time.
0 commit comments