We would like to have same tokens point to different URL's based on environment. This allows us to move our code from Dev, UAT, Prod with little config changes.
e.g we would like to have login links as
[DEV:login-to-site]
[UAT:login-to-site]
[PROD:login-to-site]
At the moment this is not possbile as machine name is primary and it does not take into consideration token type. This results in limited use for custom tokens or a high large manual process of updating tokens each time project goes through different environments.
Solution for this would be to have new field tokenid as primary key make machine name NOT NULL field.
Closed: outdated
2.0
Code