Skip to content

Latest commit

 

History

History
 
 

federation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Development setup for origin and destination nodes

Add the appropriate .env files

$ cp .env federation/etc/.env.orig
$ cp .env federation/etc/.env.dest

Change the DB_DSN in each of the files

.env.orig: DB_DSN=corteza:rootcorteza@tcp(db_origin:3306)/corteza?collation=utf8mb4_general_ci
.env.dest: DB_DSN=corteza:rootcorteza@tcp(db_destination:3306)/corteza?collation=utf8mb4_general_ci

Run the nodes

$ docker-compose -f federation/etc/docker-compose.yml up -d node_origin
$ docker-compose -f federation/etc/docker-compose.yml up -d node_destination