You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CloudBread-Admin-Web project v2.5,
database.json is used by Sequelize ORM - https://github.com/sequelize/sequelize
Adding database.json file with MSSQL - Azure SQL Database empty connection properties.
The text was updated successfully, but these errors were encountered:
예전에 답변 드린 내용에이요 참고해 보세요.
azure에서 기존 web app을 지우고 다시 이렇게 해 보시길 바랍니다.
web app에 git을 연속배포로 구성하시구요.
다운로드는 "master" branch를 받으세요.
2.5 버전입니다.
CB2.5 demo test server : http://cb25-test2.azurewebsites.net
use git to install your azure web app
download repo as zip file
update "conifg\database.json" SQL Database connection info
deploy git method
in the root folder.
git init
git add .
git commit -m "first"
git remote add azure [URL for remote repository]
git push azure master
connection web app and will see Admin login screen
default id / pwd : admin1 / AdminMemberPWD
In CloudBread-Admin-Web project v2.5,
database.json is used by Sequelize ORM - https://github.com/sequelize/sequelize
Adding database.json file with MSSQL - Azure SQL Database empty connection properties.
The text was updated successfully, but these errors were encountered: