# all commands used in ./api
cd apiCreate config files for devMode and prodMode.
cp config/config.default.php config/config.dev.php
cp config/config.default.php config/config.prod.phpNote: This file will not be under version control but listed in .gitignore.
Defines the api key for bitpanda.
- default: EMPTY
- type:
string
Defines the host of the using mysql db.
- default: EMPTY
- type:
string
Defines the name of the using mysql db.
- default: EMPTY
- type:
string
Defines the password of the using mysql db.
- default: EMPTY
- type:
string
Defines the prefix of tables.
- default: EMPTY
- type:
string
Defines the user of the using mysql db.
- default: EMPTY
- type:
string