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:
parent
1b353f13f2
commit
f66bed59a8
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"serverRoot": "http://localhost:8000",
|
"serverRoot": "http://localhost:8088",
|
||||||
"port": 8000,
|
"port": 8088,
|
||||||
"dbtype": "sqlite3",
|
"dbtype": "sqlite3",
|
||||||
"dbconfig": "./focalboard.db",
|
"dbconfig": "./focalboard.db",
|
||||||
"useSSL": false,
|
"useSSL": false,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"chromeWebSecurity": false,
|
"chromeWebSecurity": false,
|
||||||
"baseUrl": "http://localhost:8000",
|
"baseUrl": "http://localhost:8088",
|
||||||
"testFiles": [
|
"testFiles": [
|
||||||
"**/login*.ts",
|
"**/login*.ts",
|
||||||
"**/create*.ts",
|
"**/create*.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"serverRoot": "http://localhost:8000",
|
"serverRoot": "http://localhost:8088",
|
||||||
"port": 8000,
|
"port": 8088,
|
||||||
"dbtype": "sqlite3",
|
"dbtype": "sqlite3",
|
||||||
"dbconfig": "file::memory:?cache=shared&_busy_timeout=5000",
|
"dbconfig": "file::memory:?cache=shared&_busy_timeout=5000",
|
||||||
"useSSL": false,
|
"useSSL": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user