Skip to content

Commit d6b1f68

Browse files
committed
Variables changed for deployment
1 parent 7d9a1f8 commit d6b1f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Backend/ai-labar/src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
allowed.origins=http://localhost:4200
33

44
# 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}
5+
spring.security.user.name=${SPRING_ADMIN_USER:user}
6+
spring.security.user.password=${SPRING_ADMIN_PASSWORD:abcd1234}
77

88
#Database MySQL
99
spring.jpa.hibernate.ddl-auto=none

0 commit comments

Comments
 (0)