You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this app requires separate server and web containers. It uses web and server URLs for api callbacks, thus a double config is required.
4
-
# make sure that your YourSpotify client container is named your-spotify-web
5
-
# make sure that your YourSpotify server container is named your-spotify-server
6
-
# make sure that your dns has a cname set for your-spotify and your-spotify-server
7
-
# do not forget to finish configuration following instructions in apps repository. CLIENT_ENDPOINT=https://your-spotify.[your domain]; API_ENDPOINT=https://your-spotify-server.[your domain].
3
+
# this is not a standalone config, it requires configured your-spotify api container for full functionality.
4
+
# it uses server URLs for api callbacks, thus a server is required
5
+
# make sure that your YourSpotify web container is named your-spotify-web
6
+
# make sure that your dns has a cname set for your-spotify
7
+
# do not forget to finish configuration following instructions in apps repository. CLIENT_ENDPOINT=https://your-spotify.[your domain]
8
8
9
9
server {
10
10
listen 443 ssl http2;
11
11
listen [::]:443 ssl http2;
12
12
13
-
server_name your-spotify.*;
14
-
15
-
# enable to indicate to search engines to not index this site
0 commit comments