update required env vars
This commit is contained in:
@@ -23,7 +23,7 @@ func main() {
|
||||
|
||||
log.Logger() // initialize logger
|
||||
|
||||
requiredEnvVars := []string{"SCYLLA_CLUSTER", "SCYLLA_KEYSPACE"}
|
||||
requiredEnvVars := []string{"SCYLLA_CLUSTER", "SCYLLA_KEYSPACE", "JWT_SECRET", "ALLOWED_ORIGINS"}
|
||||
|
||||
// Initialize dotenv file
|
||||
err := godotenv.Load()
|
||||
|
||||
Reference in New Issue
Block a user