mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
if db.properties.override missing, shouldn't panic
This commit is contained in:
parent
339aa41442
commit
06d516a80c
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ awsapi/modules/*
|
|||||||
.project
|
.project
|
||||||
.settings.xml
|
.settings.xml
|
||||||
.settings/
|
.settings/
|
||||||
|
db.properties.override
|
||||||
|
|||||||
@ -56,6 +56,7 @@
|
|||||||
<file>${project.parent.basedir}/utils/conf/db.properties</file>
|
<file>${project.parent.basedir}/utils/conf/db.properties</file>
|
||||||
<file>${project.parent.basedir}/utils/conf/db.properties.override</file>
|
<file>${project.parent.basedir}/utils/conf/db.properties.override</file>
|
||||||
</files>
|
</files>
|
||||||
|
<quiet>true</quiet>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|||||||
@ -24,6 +24,7 @@ cluster.servlet.port=9090
|
|||||||
# CloudStack database settings
|
# CloudStack database settings
|
||||||
db.cloud.username=cloud
|
db.cloud.username=cloud
|
||||||
db.cloud.password=cloud
|
db.cloud.password=cloud
|
||||||
|
db.root.password=
|
||||||
db.cloud.host=localhost
|
db.cloud.host=localhost
|
||||||
db.cloud.port=3306
|
db.cloud.port=3306
|
||||||
db.cloud.name=cloud
|
db.cloud.name=cloud
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user