caioricciuti / ch-ui

Use CH-UI to work with your data from Click House self-hosted with a user-friendly interface. CH-UI is a modern and feature-rich user interface for ClickHouse databases. It offers an intuitive platform for querying ClickHouse databases, executing queries, and visualizing metrics about your instance.
https://ch-ui.caioricciuti.com
MIT License
117 stars 12 forks source link

No .env.example file #2

Closed clintonm9 closed 5 months ago

clintonm9 commented 5 months ago

Environment

NPM build

How did you encounter the bug?

cp .env.example .env

What did you expect?

and .env file :)

Actual Result

file missing

caioricciuti commented 5 months ago

Hello @clintonm9 , you are completely right I just went through the readme and this step is still there, I'm sorry that it's a simple mistake. To give more context, to set up the credentials I've opted to use env variables on Vite, but since we have the docker image built on top of it this was discarded (otherwise if you want to have multiple connections it would be a pain to re-run the container each time). Looks like I oversaw the readme, I'll update it. You should be able to use the app and build it anyways. Thank you!