Skip to content

Commit e365cfc

Browse files
committed
Minor README update.
1 parent 821e573 commit e365cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This repo is not installable via `npm`. Instead, Github provides a handy "Use th
3333
### Environment Variables used for remote servers:
3434
| Variable | DEV default | PROD default | Description
3535
|------------|----------------------|-------------------------|----------------------
36-
| ASSETS_URL | "" (empty string) | "" (empty string) | Webpack is configured to modify static asset URLs to point to a CDN, like CloudFront. MUST end with a slash " / ".
36+
| ASSETS_URL | "" (empty string) | "" (empty string) | Webpack is configured to modify static asset URLs to point to a CDN, like CloudFront. MUST end with a slash " / ", or be empty.
3737
| BASE_URL | https://myapi.app | https://myapi.app | The address of the Sails instance.
3838
| DB_HOST | localhost | localhost | The hostname of the datastore.
3939
| DB_USER | root | produser | Username for the datastore.

0 commit comments

Comments
 (0)