Skip to content

Commit

Permalink
Add Galaxy env variables on settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaiaarantes committed Jul 15, 2024
1 parent 233021a commit 26bc540
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions private/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
"secret": "REPLACE_WITH_YOUR_SECRET"
}
}
},
"galaxy.meteor.com": {
"env": {
"ROOT_URL": "REPLACE_WITH_YOUR_DOMAIN",
"MONGO_URL": "REPLACE_WITH_YOUR_MONGO_URL"
}
}
}

0 comments on commit 26bc540

Please sign in to comment.