mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
# SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
|
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
|
|
# DBus Mode - Options: p2p, session
|
|
dbusMode = p2p
|
|
|
|
# DBus server address - relevant for P2P mode only
|
|
dbusAddress = 127.0.0.1
|
|
|
|
# DBus server port - relevant for P2P mode only
|
|
dbusPort = 45001
|
|
|
|
# Render phase debugging - to help diagnose crashes
|
|
debug = off
|
|
|
|
# TCAS traffic - to disable in case of crashes
|
|
tcas = on
|