Skip to content

Commit f97b244

Browse files
committed
fix: change default superadmin username to admin@localhost
1 parent 9295ced commit f97b244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-server/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ common:
7979
plugin-dirs:
8080
- ${LOWCODER_PLUGINS_DIR:../plugins}
8181
super-admin:
82-
username: ${LOWCODER_SUPERUSER_USERNAME:test@lowcoder.org}
82+
username: ${LOWCODER_SUPERUSER_USERNAME:admin@localhost}
8383
password: ${LOWCODER_SUPERUSER_PASSWORD:}
8484
marketplace:
8585
private-mode: ${LOWCODER_MARKETPLACE_PRIVATE_MODE:true}

0 commit comments

Comments
 (0)