Changeset 4a1a3ca


Ignore:
Timestamp:
06/11/22 23:55:56 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
0af535a
Parents:
64dc53b
Message:

Newlines in readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r64dc53b r4a1a3ca  
    33Firstly, create a .env file in the project's root directory and populate it like so:
    44
    5 HOME_URL="http://localhost:3000"
    6 POSTGRES_HOST="db"
    7 POSTGRES_USER="postgres"
    8 POSTGRES_PASSWORD="postgres"
    9 POSTGRES_DB="postgres"
     5HOME_URL="http://localhost:3000" 
     6POSTGRES_HOST="db" 
     7POSTGRES_USER="postgres" 
     8POSTGRES_PASSWORD="postgres" 
     9POSTGRES_DB="postgres" 
    1010
    1111
     
    1515
    1616
    17 ======== If you are configuring this project for the first time, do the following, in order to set up the database =========
     17======== If you are configuring this project for the first time, do the following, in order to set up the database ========
    1818
    1919Note: The containers should be running in the background! (previously started with docker-compose up)
     
    2626(When inserting `<`, it should not be surrounded by quotation marks)
    2727
    28 ==========================================================================================
     28=============================================================================
    2929
    3030Now you are all set up.
Note: See TracChangeset for help on using the changeset viewer.