services.your_spotify.settings.API_ENDPOINT
The endpoint of your server
This api has to be reachable from the device you use the website from not from the server.
This means that for example you may need two nginx virtual hosts if you want to expose this on the
internet.
Has to include a protocol Prefix (e.g. http://)
- Type
string- Example
"https://localhost:3000"- Declared
- <nixpkgs/nixos/modules/services/web-apps/your_spotify.nix>