Abra doesn't automatically set the DOMAIN in env files to chosen domain #168
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the current behavior
when you create a new app you are asked for its domain, but when the .env file is generated,
DOMAIN
is set totraefik.example.com
(in case of traefik)Steps to reproduce
abra app new traefik
put ur data yadda yadda
abra app config <app name>
Describe the expected behavior
DOMAIN
should be set to what you type in when invokingabra app new
Additional information