mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Removed useless file
This commit is contained in:
parent
8a9230730c
commit
42792bdb9b
2 changed files with 1 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -247,5 +247,6 @@ _Pvt_Extensions
|
||||||
# Ignore local vscode config
|
# Ignore local vscode config
|
||||||
*.vscode
|
*.vscode
|
||||||
/src/Ombi/database.json
|
/src/Ombi/database.json
|
||||||
|
/src/Ombi/databases.json
|
||||||
/src/Ombi/healthchecksdb
|
/src/Ombi/healthchecksdb
|
||||||
/src/Ombi/ClientApp/package-lock.json
|
/src/Ombi/ClientApp/package-lock.json
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"OmbiDatabase": {
|
|
||||||
"Type": "MySQL",
|
|
||||||
"ConnectionString": "Server=192.168.68.118;Port=3306;Database=app.ombi.io;User=ombi"
|
|
||||||
},
|
|
||||||
"SettingsDatabase": {
|
|
||||||
"Type": "MySQL",
|
|
||||||
"ConnectionString": "Server=192.168.68.118;Port=3306;Database=app.ombi.io;User=ombi"
|
|
||||||
},
|
|
||||||
"ExternalDatabase": {
|
|
||||||
"Type": "MySQL",
|
|
||||||
"ConnectionString": "Server=192.168.68.118;Port=3306;Database=app.ombi.io;User=ombi"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue