Some changes
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
Message_welcome = `Welcome to Receipts Tracker Bot – Your Ultimate Receipt Tracking Solution!
|
||||
Message_welcome = `Welcome to Receipts Tracker Bot - Your Ultimate Receipt Tracking Solution!
|
||||
|
||||
We are thrilled to have you join our community. At Receipts Tracker, we are committed to making your financial management effortless and efficient. Our advanced receipt tracking system is designed to help you organize, store, and manage all your receipts in one secure place.
|
||||
|
||||
@ -17,7 +17,7 @@ Why Choose Receipts Tracker?
|
||||
Easy Organization: Seamlessly categorize and store your receipts for quick access.
|
||||
Secure Storage: Enjoy peace of mind with our top-notch security measures.
|
||||
Effortless Management: Track your expenses and stay on top of your finances with ease.
|
||||
User-Friendly Interface: Navigate our intuitive platform with ease, even if you’re not tech-savvy.
|
||||
User-Friendly Interface: Navigate our intuitive platform with ease, even if you are not tech-savvy.
|
||||
Getting Started
|
||||
|
||||
Sign Up: Create your free account in just a few clicks.
|
||||
@ -141,6 +141,7 @@ func New() (*Config, error) {
|
||||
viper.SetConfigName("config") // name of config file (without extension)
|
||||
viper.SetConfigType("yml") // REQUIRED if the config file does not have the extension in the name
|
||||
viper.AddConfigPath("./") // optionally look for config in the working directory
|
||||
viper.AddConfigPath("/app/config") // optionally look for config in the working directory
|
||||
viper.AddConfigPath("/etc/tracker") // optionally look for config in the working directory
|
||||
|
||||
viper.AutomaticEnv()
|
||||
|
Reference in New Issue
Block a user