We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a1f8 commit d6b1f68Copy full SHA for d6b1f68
Backend/ai-labar/src/main/resources/application.properties
@@ -2,8 +2,8 @@
2
allowed.origins=http://localhost:4200
3
4
# Usuario y clave para acceder a las rutas protegidas con Spring Security (esto debería ir guardado en el servidor, no aquí)
5
-spring.security.user.name=${SSA_USER:user}
6
-spring.security.user.password=${SSA_PASS:abcd1234}
+spring.security.user.name=${SPRING_ADMIN_USER:user}
+spring.security.user.password=${SPRING_ADMIN_PASSWORD:abcd1234}
7
8
#Database MySQL
9
spring.jpa.hibernate.ddl-auto=none
0 commit comments