Initial commit
This commit is contained in:
21
src/main/resources/application-dev.yml
Normal file
21
src/main/resources/application-dev.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:postgresql://localhost:5432/social_users_db
|
||||
username: social_users_user
|
||||
password: secret1234
|
||||
rabbitmq:
|
||||
port: 5672
|
||||
host: localhost
|
||||
username: guest
|
||||
password: guest
|
||||
flyway:
|
||||
user: social_users_user
|
||||
password: secret1234
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
issuer-uri: http://localhost:8080/realms/social
|
||||
server:
|
||||
port: 8000
|
||||
|
||||
Reference in New Issue
Block a user