You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
revert bad config changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"serverRoot": "http://localhost:8000",
|
||||
"port": 8000,
|
||||
"serverRoot": "http://localhost:8088",
|
||||
"port": 8088,
|
||||
"dbtype": "sqlite3",
|
||||
"dbconfig": "./focalboard.db",
|
||||
"useSSL": false,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"chromeWebSecurity": false,
|
||||
"baseUrl": "http://localhost:8000",
|
||||
"baseUrl": "http://localhost:8088",
|
||||
"testFiles": [
|
||||
"**/login*.ts",
|
||||
"**/create*.ts",
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user