mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
if db.properties.override missing, shouldn't panic
This commit is contained in:
parent
f6ac4dbe5d
commit
b104d22b77
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ awsapi/modules/*
|
||||
.project
|
||||
.settings.xml
|
||||
.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.override</file>
|
||||
</files>
|
||||
<quiet>true</quiet>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user