mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-23 06:33:00 +00:00
Update db connection info
This commit is contained in:
parent
6baab6a73b
commit
0038ba8814
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.serenata/
|
||||
*.backup
|
||||
.cache/
|
||||
app/
|
||||
|
|
4
build
4
build
|
@ -28,7 +28,7 @@ cache_dir="./.cache";
|
|||
build_output_folder="./app";
|
||||
|
||||
# Database settings for ssh port forwarding task
|
||||
database_host="db.connectedhumber.org";
|
||||
database_host="aq.connectedhumber.org";
|
||||
database_name="aq_db";
|
||||
database_user="www-data";
|
||||
|
||||
|
@ -37,7 +37,7 @@ min_npm_version_major="6";
|
|||
|
||||
# Deployment settings
|
||||
deploy_ssh_user="ci";
|
||||
deploy_ssh_host="aq.connectedhumber.org";
|
||||
deploy_ssh_host="sensors.connectedhumber.org";
|
||||
deploy_ssh_port="22";
|
||||
|
||||
deploy_root_dir="Air-Quality-Web";
|
||||
|
|
Loading…
Reference in a new issue