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 Name | Description | Value |
|---|
| CONFIG_VERSION | Internal config version for SkyNET. !DO NOT EDIT THIS! | DO NOT EDIT |
| BOT_TOKEN | This is your Fluxer API token for your bot application. | DEFAULT: NONE |
| API_TOKEN | GitHub API token to avoid rate limits when self-testing SkyNET. | DEFAULT: NONE |
| MySQL_Host | IP or Domain where MySQL is located. | DEFAULT: NONE |
| MySQL_Post | Port on which the MySQL server is listening. | DEFAULT: 3306 |
| MySQL_DB | The database for SkyNET. | DEFAULT: NONE |
| MySQL_User | The username for MySQL. | DEFAULT: NONE |
| MySQL_PW | The password for the MySQL Username. | DEFAULT: NONE |