You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
link_shortener/.env-example

8 lines
175 B

DATABASE_NAME=link_shortener_dev
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
DATABASE_HOST=localhost
DATABASE_PORT=5432
SECRET_KEY_BASE=your_secure_secret_key_base