mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -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",
|
||||
"extensions": ["rebornix.Ruby"],
|
||||
"forwardPorts": [9292],
|
||||
"remoteUser": "discourse"
|
||||
"remoteUser": "discourse",
|
||||
"remoteEnv": {
|
||||
"DISCOURSE_DEV_HOSTS": ".githubpreview.dev"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user