Skip to main content

Settings

Overview

Note: Abyss App Starter Kit only

Settings is to help with configuration with the backend and the build process. Abyss settings config file is called settings.json under the .abyss config directory.

├── .abyss
| ├── environments.json
| └── settings.json

Abyss Configuration

Here are the default settings:

{
"buildType": "server-node"
}
Table of Contents