felixriddle.ts-app-models v1.0.51
App models
These are the app models for my apps.
I have to update every repository that uses this package, I could probably create an app that does it automatically.
Package migrations are separated to not add space to this package, migrations.
Env
# MySQL database
MYSQL_USERNAME=root
MYSQL_PASSWORD=123
MYSQL_HOST=localhost
MYSQL_PORT=3306
Database and environment variables
# Database name
# There are many ways to configure the database name, most of the time they depend on the state of the app
# By state ordered from highest priority to lowest
# Database name is mostly dependent on NODE_ENV
# This system allows for conscious database synchronization
# This one is general and also used for development
MYSQL_DATABASE_NAME=perseverancia
DATABASE_NAME=perseverancia
# Production
PRODUCTION_MYSQL_DATABASE_NAME=perseverancia-production
PRODUCTION_DATABASE_NAME=perseverancia-production
# Testing
TESTING_MYSQL_DATABASE_NAME=perseverancia-testing
TESTING_DATABASE_NAME=perseverancia-testing
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
12 months ago
12 months ago
11 months ago
11 months ago
11 months ago
10 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago