Hello All,
I am using InfluxDB v2.7.4 installed locally on my Windows PC
Am trying to enable CORS but, unable to find the configuration file.
Have checked in C:\Program Files\InfluxData
C:\Users<UserName>.influxdbv2
@gridlab InfluxDB v2 doesn’t create a configuration file by default, but you can create one if you want to. There are multiple ways to configure the server:
influxd
command line flags- environment variables
- JSON/TOML/YAML configuration file
Here’s the configuration documentation: InfluxDB configuration options | InfluxDB OSS v2 Documentation