1 parent 5e1e955 commit f8bced4Copy full SHA for f8bced4
1 file changed
config.example.js
@@ -77,12 +77,15 @@ module.exports = {
77
SQ_SITE_DEFAULT_LOCALE: "en",
78
79
// The URL of your tracker site.
80
+ // For local development, this should be `http://127.0.0.1:3000`.
81
SQ_BASE_URL: "https://sqtracker.dev",
82
83
// The URL of your API. Under the recommended setup, it should be `${SQ_BASE_URL}/api`.
84
+ // For local development, this should be `http://127.0.0.1:3001`.
85
SQ_API_URL: "https://sqtracker.dev/api",
86
87
// The URL of your MongoDB server. Under the recommended setup, it should be `mongodb://sq_mongodb/sqtracker`.
88
+ // For local development, this should be `mongodb://127.0.0.1/sqtracker`.
89
SQ_MONGO_URL: "mongodb://sq_mongodb/sqtracker",
90
91
// Disables sending of any emails and removes the need for an SMTP server.
0 commit comments