Hi all!I want to run Signoz's backend on goland, b...
# general
q
Hi all!I want to run Signoz's backend on goland, but I can't configure SIGNOZ_LOCAL_DB_PATH="./signoz.db" in goland. Does anyone know how to configure this in goland on windows?
p
hey @qisong Windows is not supported today for installing SigNoz. You can try WSL (Windows Subsystem for Linux) though
q
@Pranay Thanks.I can use bash commands to run query-service, but I need to run it on goland on windows.And all I have to do is export SIGNOZ_LOCAL_DB_PATH="./signoz.db" on goland.