Help setting up application.properties file #36
-
I found the example application.properties.sample file provided with the repository. I included the default below with the updates I made to it in angle brackets <>. The "Installation and Setup" section of the readme just says "3. Configure MySQL: Set up a MySQL database, create a copy of application.properties.sample, rename it application.properties, and update the properties as needed." I was talking to @AmrElsayyad about updates to the Wiki for some changes to the API, wanted to see if there was any feedback for making this step clearer.
These are the errors I get from the console on user login:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Question 2 Resolved: I followed the steps in the link to create an "app password" for my admin email and put in my newly generated app password for spring.mail.password value. New behavior:
Still looking for feedback on 1 & 3 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
@cdaug16
Just generate a random JWT secret online. It's just used to sign and verify JWTs, something like a master key for authentication.
You have solved this one.
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.