1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/front/config.js

7 lines
141 B
JavaScript
Raw Normal View History

const { API_URL, PORT } = process.env
export default {
apiUrl: API_URL || 'https://staging.guide.aelve.com:4400/',
port: PORT || 5000
}