🔧 Update backend
Browse files
backend/src/main/resources/application.properties
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
spring.application.name=${APP_NAME:locallend}
|
| 2 |
spring.data.mongodb.uri=${MONGODB_URI:mongodb://localhost:27017/locallend}
|
| 3 |
server.port=${SERVER_PORT:8080}
|
|
|
|
| 4 |
|
| 5 |
# JWT Configuration
|
| 6 |
# IMPORTANT: Set these via environment variables in production!
|
|
|
|
| 1 |
spring.application.name=${APP_NAME:locallend}
|
| 2 |
spring.data.mongodb.uri=${MONGODB_URI:mongodb://localhost:27017/locallend}
|
| 3 |
server.port=${SERVER_PORT:8080}
|
| 4 |
+
server.address=0.0.0.0
|
| 5 |
|
| 6 |
# JWT Configuration
|
| 7 |
# IMPORTANT: Set these via environment variables in production!
|