Skip to content

Commit f8bced4

Browse files
authored
include development URLs in config.example.js
1 parent 5e1e955 commit f8bced4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config.example.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,15 @@ module.exports = {
7777
SQ_SITE_DEFAULT_LOCALE: "en",
7878

7979
// The URL of your tracker site.
80+
// For local development, this should be `http://127.0.0.1:3000`.
8081
SQ_BASE_URL: "https://sqtracker.dev",
8182

8283
// 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`.
8385
SQ_API_URL: "https://sqtracker.dev/api",
8486

8587
// 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`.
8689
SQ_MONGO_URL: "mongodb://sq_mongodb/sqtracker",
8790

8891
// Disables sending of any emails and removes the need for an SMTP server.

0 commit comments

Comments
 (0)