Installation & Setup
Features
Events
Permissions
Updating FaxStore
Secondary Payments
Extensions
[EXT] License System
API
Weblutions Docs > FaxStore > Installation & Setup > Step Three - Configuration
Step Three - Configuration
Now that you have completed step one and two it's time to start configuring our site in the configuration file.
As FaxStore has multiple login options and store a lot of tokens, all of these tokens are in the config file to make them as secure as possible.
This section covers a variable documentation table on every single item inside the config file along with what it is and does as well as how to configure it.
Once you have configured FaxStore to have all of the required configuration options then you can proceed.
[R] symbols a required item.
Name | Category | Description | Value |
---|---|---|---|
processPort | siteInformation | The Port for NGINX to use. R | string |
stripeSecretKey | payment | The Stripe Secret Key. Guide here | string |
paypalClientId | payment | The PayPal Client ID. Guide here | string |
paypalClientSecret | payment | The Paypal Client Secret. Guide here | string |
discordBotToken | tokens | The Discord Bot Token. Guide here | string |
oAuth2ClientId | tokens | The Discord Client ID. Guide here | string |
oAuth2ClientToken | tokens | The Discord Client Secret. Guide here | string |
googleClientId | tokens | The Google Client ID. Guide here | string |
googleClientSecret | tokens | The Google Client Secret. Guide here | string |
githubClientId | tokens | The GitHub Client ID. Guide here | string |
githubClientSecret | tokens | The GitHub Client Secret. Guide here | string |
twitterAPIKey | tokens | The Twitter API Key. Guide here | string |
twitterSecretKey | tokens | The Twitter Client Secret. Guide here | string |
host | SQLInformation | The MYSQL Host. Generally localhost R R | true or false
|
fromEmail | emails | The sender email address. Guide here | string
|
sendGridToken | emails | The SendGrid Token. Guide here | string
|
emailHeader | emails | The Header for the email. Supports HTML. Guide here | string
|
emailFooter | emails | The Footer for the email. Supports HTML . Guide here | string
|
useDiscordChannelLogs | discordConfig | Toggles the discord logging | true or false
|
botStatus | discordConfig | Sets the bot status (idle, dnd, online, invisible) | string
|
loggingChannelId | discordConfig | The channel for logs to be sent to. Right click channel and click "copy ID" | string
|
guildId | discordConfig | The ID of your server. Right click your server and click "copy ID" | string
|
autoJoinUsers | discordConfig | Makes users join the server on login | true or false
|
useDiscordCommands | discordConfig | Uses the discord slash commands (requires application commands intent) | true or false
|
commandPrefix | discordConfig | Sets the prefix for the command (Only used when Discord Commands are set to false) | string
|
useEmbeds | discordConfig | Toggles Embeds | true or false
|
name | redirects | Sets the redirect name eg. discord | string
|
link | redirects | The URL for the redirect eg. faxes.zone/d | URL` |
Related Articles
Review this page
1 recommend this page