Browse Source

fix account server name

yassine 10 months ago
parent
commit
0a2f2bce59
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      account.yml

+ 1
- 1
account.yml View File

3
 
3
 
4
 spring:
4
 spring:
5
   application:
5
   application:
6
-    name: customer
6
+    name: account
7
   datasource:
7
   datasource:
8
     url: jdbc:mysql://localhost:3308/account
8
     url: jdbc:mysql://localhost:3308/account
9
     username: natan
9
     username: natan

Powered by TurnKey Linux.