修改数据库名称
This commit is contained in:
@@ -7,7 +7,7 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: lablesys-backend
|
name: lablesys-backend
|
||||||
datasource:
|
datasource:
|
||||||
url: ${DB_URL:jdbc:postgresql://39.107.112.174:5432/lablesystem_test}
|
url: ${DB_URL:jdbc:postgresql://39.107.112.174:5432/lablesystem}
|
||||||
username: ${DB_USERNAME:postgres}
|
username: ${DB_USERNAME:postgres}
|
||||||
password: ${DB_PASSWORD:postgres!Pw}
|
password: ${DB_PASSWORD:postgres!Pw}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user