Commit 502e2c44 authored by Tomaz Culau Bettio's avatar Tomaz Culau Bettio
Browse files

Merge branch 'feature/adding-dotenv' into 'master'

ENVIRONMENT-Creating .env file

See merge request !26
parents afc0ca03 d996f9c3
Pipeline #20787 passed with stages
in 4 minutes and 55 seconds
Showing with 6 additions and 0 deletions
+6 -0
# Server-only variables (private, without NEXT_PUBLIC_ prefix)
SECRET_KEY=secret-key-example
API_URL=http://localhost:3000
# Client and server variables (public, always with NEXT_PUBLIC_ prefix)
NEXT_PUBLIC_PORT=9999
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment