Skip to main content
SkyNET V3 is still under active development, documentation is updated as more features get complete.
SkyNET V3 deploys a configuration filed called “SkyNET.json”, for security reasons, this file is not included when you first obtain SkyNET. SkyNET will create this file with default values upon first-start.

First Start

Upon first start, SkyNET will create SkyNET.json and then exit. This is expected behaivor and SkyNET will inform you of this. After the config file has been created, please modify it to ensure SkyNET functions correctly.

Config file after updates

SkyNET V3 has been designed, so when a new update releases that introduces new configuration options, SkyNET will automatically add these to your SkyNET.json without overwriting your existing values.

Configuration

Config NameDescriptionValue
CONFIG_VERSIONInternal config version for SkyNET. !DO NOT EDIT THIS!DO NOT EDIT
BOT_TOKENThis is your Fluxer API token for your bot application.DEFAULT: NONE
API_TOKENGitHub API token to avoid rate limits when self-testing SkyNET.DEFAULT: NONE
MySQL_HostIP or Domain where MySQL is located.DEFAULT: NONE
MySQL_PostPort on which the MySQL server is listening.DEFAULT: 3306
MySQL_DBThe database for SkyNET.DEFAULT: NONE
MySQL_UserThe username for MySQL.DEFAULT: NONE
MySQL_PWThe password for the MySQL Username.DEFAULT: NONE