@nictool/api
Version:
NicTool API
31 lines (26 loc) • 564 B
YAML
# default settings apply to EVERY deployment
default:
host: 127.0.0.1
port: 3306
user: nictool
database: nictool
timezone: +00:00
dateStrings:
- DATETIME
- TIMESTAMP
decimalNumbers: true
# settings below this line override default settings
production:
host: mysql
password: '********'
# used for CI testing (GitHub Actions workflows)
test:
user: root
password: root
# used by code coverage testing
cov:
user: root
password: root
development:
password: StaySafeOutThere
# socketPath: /opt/local/var/run/mysql82/mysqld.sock