Skip to content

Commit

Permalink
Merge pull request #1456 from miahemu/dev
Browse files Browse the repository at this point in the history
fix issue:#1390
  • Loading branch information
miahemu authored Jul 5, 2024
2 parents b66d77a + c007d0d commit 04d79a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public enum RoleCodeEnum implements BaseEnum<String> {
/**
* ADMIN
*/
ADMIN("ADMIN", 2L, "chat2db", "chat2db"),
ADMIN("ADMIN", 2L, System.getenv().getOrDefault("ADMIN_NAME","chat2db"),
System.getenv().getOrDefault("ADMIN_PASSWORD","chat2db")),

/**
* USER
Expand Down

0 comments on commit 04d79a3

Please sign in to comment.