Skip to content

Commit

Permalink
chore: add dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
AirboZH committed Sep 2, 2024
1 parent a869931 commit 40d9fa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ build {
// build frontend before build
tasks.getByName('compileJava').dependsOn('buildFrontend')
}

halo {
version = '2.17'
superAdminUsername = 'airbo'
superAdminPassword = '123456'
externalUrl = 'http://localhost:8090'
}

0 comments on commit 40d9fa1

Please sign in to comment.