8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
NODE_ENV = development
|
|
PORT = 3000
|
|
SECRET = secret
|
|
JWT_SECRET = secret
|
|
|
|
#DB_CLIENT = sqlite3 | pg
|
|
#DB_CONNECTION = postgres://user:password@localhost:5432/db_name
|