Replies: 2 comments 3 replies
-
copy App.config in Teslalogger.exe folder and rename it to Teslalogger.exe.config There is a tag called DBConnectionstring you can use to connect to a different database. Something like that should work:
|
Beta Was this translation helpful? Give feedback.
-
Same problem. I wonder, where are the actual settings are stored. Becouse, the App.config looks like the template. So, in my understanding, when i copied and rename it to TeslaLogger.exe.config, all my settings i made are overriden by the defaults? I also dont have a folder "Teslalogger.exe", its just ../TeslaLogger. So, should ist name the file TeslaLogger.config? Or is it maybe in /TeslaLogger/bin ? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to configure the docker-compose.yaml to use an externally hosted database. I have MariaDB running as an add-on in Home Assistant, and I host a lot of things on there because it's backed up regularly and then backed up to Google Drive automatically.
I've specified environment variables:
- MYSQL_USER=teslalogger
- MYSQL_PASSWORD=xxxxxx
- MYSQL_DATABASE=teslalogger
- MYSQL_HOST=192.168.20.x
This doesn't seem to have any effect, the main teslalogger container is still trying to access the 'database' container, which I've commented out.
Beta Was this translation helpful? Give feedback.
All reactions