1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/.env

32 lines
1.1 KiB
Bash
Raw Normal View History

2023-02-13 13:57:11 -05:00
#######################
# Metadata #
#######################
# Branding
Name="App Name"
Description="The description of the application."
AppId="net.company.appname"
Company="Company Name"
# Sources
Website="https://mycompany.net/"
Support="https://mycompany.net/help/"
SourceCode="https://github.com/company/app-name"
#######################
# App Configuration #
#######################
# Theming
## Splash
2023-03-30 21:53:16 -04:00
## Document: https://sudovanilla.com/nexus-polestar/docs/basics/configuration/#splash
2023-02-13 13:57:11 -05:00
LoadingIndicator="Spinner" # "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
SplashBackground="#232323"
2023-02-13 13:57:11 -05:00
## Notifications - For Pushy
NotificationType="Native" # "Custom" "Native"
# Pushy Notifications
2023-03-30 21:53:16 -04:00
# Document: https://sudovanilla.com/nexus-polestar/docs/basics/notifications/
PushyAppId="63e9212d7446e48a2a0e8ec0" ## Must change or users may recieve test notifications out of the blue (or this will happen: https://mastodon.social/@nixCraft/110103098153648217)
# Crash Reporter
2023-02-27 19:03:47 -05:00
CrashReportServer="https://nexuspolestar.bugsplat.com/post/electron/crash.php"