small
This commit is contained in:
7
public/assets/js/config.js
Normal file
7
public/assets/js/config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Configuration for the frontend
|
||||
const config = {
|
||||
// Use services.btcforplebs.com in production, localhost in development
|
||||
apiBaseUrl: window.location.hostname === 'localhost'
|
||||
? 'http://localhost:5252'
|
||||
: 'https://services.btcforplebs.com'
|
||||
};
|
||||
Reference in New Issue
Block a user