Skip to content

Commit

Permalink
[-] Technical - Use the "official" domain for the default server host (
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier authored and ArnaudValensi committed Jul 5, 2018
1 parent cb2047f commit 23c410c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/prompter.js
Expand Up @@ -16,7 +16,7 @@ async function Prompter(program, requests) {
if (process.env.SERVER_HOST) {
envConfig.serverHost = process.env.SERVER_HOST;
} else {
envConfig.serverHost = 'https://forestadmin-server.herokuapp.com';
envConfig.serverHost = 'https://api.forestadmin.com';
}

if (program.sourceDirectory) {
Expand Down
2 changes: 1 addition & 1 deletion test/lumber-update.js
Expand Up @@ -6,7 +6,7 @@ const Migrator = require('../services/migrator');
const config = {
dbDialect: 'sqlite',
dbStorage: 'test/sample-project/chinook.sqlite',
serverHost: 'https://forestadmin-server.herokuapp.com',
serverHost: 'https://api.forestadmin.com',
sourceDirectory: 'test/sample-project'
};

Expand Down

0 comments on commit 23c410c

Please sign in to comment.