Skip to content

Help setting up application.properties file #36

Answered by AmrElsayyad
cdaug16 asked this question in Q&A
Discussion options

You must be logged in to vote

@cdaug16

  1. Just generate a random JWT secret online. It's just used to sign and verify JWTs, something like a master key for authentication.

  2. You have solved this one.

  3. It's normal to get Unknown location because you are deploying this locally. So when calling the geolocation API with your loopback IP, the response will be null. That will not be the case in deployment, as you will need to call the API using the public IP.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cdaug16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants