Mopidy is not using my edite config file

Hi, when i try to use mopidy i get this error message:
INFO Starting Mopidy 2.2.1
INFO Loading config from builtin defaults
INFO Loading config from /home/emiliano/.config/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Disabled extension youtube: Dependency The ‘pafy>=0.3.35’ distribution was not found and is required by the application not found
INFO Enabled extensions: mpd, http, stream, m3u, softwaremixer, file, local
INFO Disabled extensions: spotify, youtube
WARNING Found spotify configuration errors, the extension has been automatically disabled:
WARNING spotify/username must be set.
WARNING spotify/client_secret must be set.
WARNING spotify/password must be set.
WARNING spotify/client_id must be set.
WARNING Please fix the extension configuration errors or disable the extensions to silence these messages.
INFO Starting Mopidy mixer: SoftwareMixer
INFO Starting Mopidy audio
INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend
INFO Audio output set to “autoaudiosink”
INFO No local library metadata cache found at /home/emiliano/.local/share/mopidy/local/library.json.gz. Please run mopidy local scan to index your local music library. If you do not have a local music collection, you can disable the local backend to hide this message.
INFO Loaded 0 local tracks using json
INFO Starting Mopidy core
INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
INFO MPD server running at [::ffff:127.0.0.1]:6600
INFO HTTP server running at [::ffff:127.0.0.1]:6680
INFO Starting GLib mainloop
I already set my spotify account correctly and when i run mopidy config it shows a different config file than the one i edit on /.config/mopidy/mopidy.conf, how can i fix this issue?

Is it a problem with comments like in `local/media_dir` not loading from config

Are you running Mopidy as a service?