Fennec Account Service Provider
// default config file: ./config/config.yaml
// default server port: 80
$./builds/fennec server --config xxxx --port 9000
-
Enviroment
- local
- test
- prod
-
Config file
Put the configuration file of the corresponding environment in the deploy directory. e.g. config.prod.yaml
. See config file template
dapp:
client_id:
session_id:
pin_token:
pin: ''
private_key: ~
- Build
See Makefile
// build prod executable file
$make build-prod
// build docker image
$make docker-build-prod
// push to the docker repository
$make deploy-prod