---
title: "Static URLs, MySQL Support, and Log Colours"
date: 2020-12-04
number: 0008
url: https://railway.com/changelog/2020-12-04
---

# Static URLs, MySQL Support, and Log Colours

## Static URLs

You can now set a unique name for your project in the dashboard (Deployments ->
Domains)

Once set, the most recent deploy will point to `{name}-{environment}.up.railway.app`. A blue/green deploy will automatically be performed, routing new traffic to your deployment.

We're really excited about this feature, because it means you can now use external domains with Railway! Just add a CNAME and you're away to the races!

[Image: Untitled]

## MySQL Support

We've added a MySQL plugin for those of you who prefer it over PostgreSQL. Just ⌘K -> "MySQL".

[Image: Untitled]

## Log Colors

Build and deploy logs now properly interpret terminal color codes. No more `[32m`'s!

[Image: Untitled]

## Other Fixes

- Bug: Fixed an issue where node_modules was causing builds to fail