Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: change default superadmin username to admin@localhost
  • Loading branch information
ludomikula committed May 26, 2024
commit f97b2447f939e9e95a78d1eee01eb6fec189d6c9
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ common:
plugin-dirs:
- ${LOWCODER_PLUGINS_DIR:../plugins}
super-admin:
username: ${LOWCODER_SUPERUSER_USERNAME:test@lowcoder.org}
username: ${LOWCODER_SUPERUSER_USERNAME:admin@localhost}
password: ${LOWCODER_SUPERUSER_PASSWORD:}
marketplace:
private-mode: ${LOWCODER_MARKETPLACE_PRIVATE_MODE:true}
Expand Down