mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Allow Codespaces host when in Codespaces (#16595)
This commit is contained in:
parent
c76f684320
commit
5bc80cde77
@ -9,5 +9,8 @@
|
|||||||
"postCreateCommand": "sudo /sbin/boot",
|
"postCreateCommand": "sudo /sbin/boot",
|
||||||
"extensions": ["rebornix.Ruby"],
|
"extensions": ["rebornix.Ruby"],
|
||||||
"forwardPorts": [9292],
|
"forwardPorts": [9292],
|
||||||
"remoteUser": "discourse"
|
"remoteUser": "discourse",
|
||||||
|
"remoteEnv": {
|
||||||
|
"DISCOURSE_DEV_HOSTS": ".githubpreview.dev"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user