mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-25 17:30:34 +01:00
Upgrading yarn
This commit is contained in:
7
config/Ngrok.ts
Normal file
7
config/Ngrok.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
authtoken: process.env.NGROK_AUTHTOKEN,
|
||||
region: 'eu',
|
||||
addr: process.env.NGROK_PORT,
|
||||
proto: 'http',
|
||||
subdomain: 'artsite'
|
||||
}
|
||||
Reference in New Issue
Block a user