Want to Connect to an existing MS-SQL
-
Hi @girish how you are doing, I finally need your help i installed Directus and trying to connect it to existing database hosted out of Coudron but within intranet
i tried to put the bellow setting in env.sh restarted the App and it was giving error on first line of below code. i tried to add same in .initialized but no effect. any idea how could I connect it?
DB_CLIENT=mssql
DB_HOST=your-mssql-host
DB_PORT=1433
DB_DATABASE=your-database-name
DB_USER=your-username
DB_PASSWORD=your-password
DB_SSL=false