mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 10:10:12 +00:00
portal rely on mysql (#361)
This commit is contained in:
parent
9d58713f92
commit
ad99525cdf
@ -360,7 +360,7 @@ lazy val portal = (project in file("modules/portal")).enablePlugins(PlayScala, A
|
|||||||
// change the name of the output to portal.zip
|
// change the name of the output to portal.zip
|
||||||
packageName in Universal := "portal"
|
packageName in Universal := "portal"
|
||||||
)
|
)
|
||||||
.dependsOn(dynamodb)
|
.dependsOn(dynamodb, mysql)
|
||||||
|
|
||||||
lazy val docSettings = Seq(
|
lazy val docSettings = Seq(
|
||||||
git.remoteRepo := "https://github.com/vinyldns/vinyldns",
|
git.remoteRepo := "https://github.com/vinyldns/vinyldns",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user