mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
chore: Add initial Justfile and .env.example for environment configuration
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
### Setup ###
|
||||
REGISTRY_URL=''
|
||||
|
||||
### Postgres ###
|
||||
POSTGRES_USER='postgres'
|
||||
POSTGRES_PASSWORD='postgres'
|
||||
POSTGRES_DB='postgres'
|
||||
POSTGRES_PORT='5432'
|
||||
Reference in New Issue
Block a user