mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-04-25 07:22:47 -05:00
Add other account domain to default
This commit is contained in:
parent
241c9116c3
commit
bf9041b7b8
|
|
@ -86,7 +86,7 @@ export const config: Config = {
|
|||
datastore: (process.env.PN_ACT_CONFIG_DOMAINS_DATASTORE || 'datastore.pretendo.cc').split(','),
|
||||
cdn: (process.env.PN_ACT_CONFIG_DOMAINS_CDN || '').split(',').filter(d => d),
|
||||
nasc: (process.env.PN_ACT_CONFIG_DOMAINS_NASC || 'nasc.pretendo.cc').split(','),
|
||||
nnas: (process.env.PN_ACT_CONFIG_DOMAINS_NNAS || 'account.pretendo.cc').split(','),
|
||||
nnas: (process.env.PN_ACT_CONFIG_DOMAINS_NNAS || 'c.account.pretendo.cc,account.pretendo.cc').split(','),
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user