Wording
This commit is contained in:
parent
a4268afb7f
commit
5578df8e19
@ -11,7 +11,7 @@ func getMongoDBURI() string {
|
||||
l := Logger()
|
||||
uri := os.Getenv("MONGODB_URI")
|
||||
if uri == "" {
|
||||
l.Fatal("You must set your 'MONGODB_URI' environmental variable. See\n\t https://docs.mongodb.com/drivers/go/current/usage-examples/#environment-variable")
|
||||
l.Fatal("You must set 'MONGODB_URI' environmental variable. See\n\t https://docs.mongodb.com/drivers/go/current/usage-examples/#environment-variable")
|
||||
}
|
||||
|
||||
return uri
|
||||
@ -27,7 +27,7 @@ func getCurrency() string {
|
||||
case "USD":
|
||||
return USD
|
||||
default:
|
||||
l.Warn("Warning: You did not configure SERRA_CURRENCY. Assuming \"USD\"")
|
||||
l.Warn("You did not configure SERRA_CURRENCY. Assuming \"USD\"")
|
||||
return "$"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user