Set up postgres

This commit is contained in:
2024-12-29 06:11:24 +01:00
parent af03959e2c
commit 573b4bd6fe
6 changed files with 124 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ spring:
config:
activate:
on-profile: development
r2dbc:
url: r2dbc:postgresql://localhost:5432/account_registry
username: services
password: password
---
##########################
@@ -27,6 +31,10 @@ spring:
config:
activate:
on-profile: docker
r2dbc:
url: r2dbc:postgresql://PostgreSQL:5432/account_registry
username: services
password: password
---
##############################