We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9295ced commit f97b244Copy full SHA for f97b244
server/api-service/lowcoder-server/src/main/resources/application.yaml
@@ -79,7 +79,7 @@ common:
79
plugin-dirs:
80
- ${LOWCODER_PLUGINS_DIR:../plugins}
81
super-admin:
82
- username: ${LOWCODER_SUPERUSER_USERNAME:test@lowcoder.org}
+ username: ${LOWCODER_SUPERUSER_USERNAME:admin@localhost}
83
password: ${LOWCODER_SUPERUSER_PASSWORD:}
84
marketplace:
85
private-mode: ${LOWCODER_MARKETPLACE_PRIVATE_MODE:true}
0 commit comments