Files
mCaptcha/.env_sample
2023-11-05 00:48:26 +05:30

3 lines
155 B
Plaintext

export POSTGRES_DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
export MARIA_DATABASE_URL="mysql://root:password@localhost:3306/maria"