mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: well kinda (HOSTNAME in phoenix)
This commit is contained in:
parent
eeda9fb568
commit
7043b9400c
@ -22,7 +22,7 @@ export const CreateEnvProvider = ({ config }) => {
|
||||
return {
|
||||
USER: config['puter.auth.username'],
|
||||
HOME: '/' + config['puter.auth.username'],
|
||||
HOSTNAME: config['puter.domain'],
|
||||
HOSTNAME: config['puter.domain'] ?? 'puter.com',
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user