DEV: Allow Codespaces host when in Codespaces (#16595)

This commit is contained in:
Jarek Radosz 2022-04-30 00:12:31 +02:00 committed by GitHub
parent c76f684320
commit 5bc80cde77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,8 @@
"postCreateCommand": "sudo /sbin/boot",
"extensions": ["rebornix.Ruby"],
"forwardPorts": [9292],
"remoteUser": "discourse"
"remoteUser": "discourse",
"remoteEnv": {
"DISCOURSE_DEV_HOSTS": ".githubpreview.dev"
}
}