3 lines
156 B
Text
3 lines
156 B
Text
|
export POSTGRES_DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
|
||
|
export MARIA_DATABASE_URL="mysql://maria:password@localhost:3306/maria"
|