1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00

revert bad config changes

This commit is contained in:
Scott Bishel 2022-03-30 15:12:56 -06:00
parent 1b353f13f2
commit f66bed59a8
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"serverRoot": "http://localhost:8000",
"port": 8000,
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "./focalboard.db",
"useSSL": false,

View File

@ -1,6 +1,6 @@
{
"chromeWebSecurity": false,
"baseUrl": "http://localhost:8000",
"baseUrl": "http://localhost:8088",
"testFiles": [
"**/login*.ts",
"**/create*.ts",

View File

@ -1,6 +1,6 @@
{
"serverRoot": "http://localhost:8000",
"port": 8000,
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "file::memory:?cache=shared&_busy_timeout=5000",
"useSSL": false,