[DiscordArchive] <@!295970375571865600> Can you tell me in wich folder is the config file that I want to edit to chan
[DiscordArchive] <@!295970375571865600> Can you tell me in wich folder is the config file that I want to edit to chan
Archived author: AlanSP • Posted: 2021-06-10T16:13:15.017000+00:00
Original source
<@!295970375571865600> Can you tell me in wich folder is the config file that I want to edit to chance server variables like XP?
Archived author: ReynoldsCahoon • Posted: 2021-06-10T17:33:08.620000+00:00
Original source
I don't have a docker install in from of me atm, but you're looking for the `worldserver.conf`
Archived author: ReynoldsCahoon • Posted: 2021-06-10T17:36:31.671000+00:00
Original source
https://stackoverflow.com/questions/6783...cker-setup
[Embed: How can I change config files for my server in the docker setup?]
I have an AzerothCore Docker setup (standard).
How can I access to local files in order to change my server's configuration?
I searched a bit but I couldn't find any volumes. And when we attach the
https://stackoverflow.com/questions/6783...cker-setup
Archived author: stevej • Posted: 2021-06-10T18:21:04.234000+00:00
Original source
All the configurations are in the worldserver.conf file, as mentioned above. I guess in docker, they should be inside the `etc` folder of the repository solution. The best option, is that they are in the container file, and that they can be edited, but I don't know if it would be feasible to do that.
Archived author: AlanSP • Posted: 2021-06-10T18:23:16.733000+00:00
Original source
I did found the file now. How do I edit it? Is there any command that would open an interface on what command could I use to just replace a line?
![[Image: Screenshot_15.png?ex=690c3ef4&is=690aed7...b19b6f050&]](https://cdn.discordapp.com/attachments/535208956449128490/852614041947734026/Screenshot_15.png?ex=690c3ef4&is=690aed74&hm=b5f87ae052f47078cd0f9320e8eb6b250d855ec893ec96202a18834b19b6f050&)
Archived author: AlanSP • Posted: 2021-06-10T18:23:49.063000+00:00
Original source
![[Image: Screenshot_15.png?ex=690c3ef4&is=690aed7...b19b6f050&]](https://cdn.discordapp.com/attachments/535208956449128490/852614041947734026/Screenshot_15.png?ex=690c3ef4&is=690aed74&hm=b5f87ae052f47078cd0f9320e8eb6b250d855ec893ec96202a18834b19b6f050&)
Archived author: stevej • Posted: 2021-06-10T18:25:35.404000+00:00
Original source
The docker used is probably a minimal linux version, so I don't think it has for example the nano text editor.
I suppose that the vi command should work, but it is an editor that I use very little really.
Archived author: stevej • Posted: 2021-06-10T18:26:44.801000+00:00
Original source
If you have root permissions, you can install an editor, but it will have to be a console one, with a graphical environment, you will not be able to install.
Archived author: AlanSP • Posted: 2021-06-10T18:59:20.936000+00:00
Original source
I think I got it
Archived author: AlanSP • Posted: 2021-06-10T19:00:12.961000+00:00
Original source
Is the path azerothcore/env/dist/etc?