initial
This commit is contained in:
15
application.properties
Executable file
15
application.properties
Executable file
@@ -0,0 +1,15 @@
|
||||
spring.application.name=web-port
|
||||
spring.security.user.name=user
|
||||
spring.security.user.password=user
|
||||
server.port=9000
|
||||
|
||||
|
||||
cors.allowedOrigins=http://localhost:4200,http://localhost:9000
|
||||
|
||||
|
||||
spring.mail.host=smtp.gmail.com
|
||||
spring.mail.port=587
|
||||
spring.mail.username=aphophus03@gmail.com
|
||||
spring.mail.password=wytpzmhhjikrkltk
|
||||
spring.mail.properties.mail.smtp.auth=true
|
||||
spring.mail.properties.mail.smtp.starttls.enable=true
|
||||
Reference in New Issue
Block a user