diff options
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.template b/.env.template index ee1e80a..fbb8390 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,4 @@ SERVER_PORT=3001 VITE_HEARDLE_SALT="changeme" VITE_HEARDLE_API_URL="http://localhost:3001" +VITE_CDN_URL="https://example.com" |
