bbot
bbot
RRailway
Created by bbot on 1/16/2024 in #✋|help
Run SQL on our Postgres Instance
Worked perfect with the database-url. Thank you!
7 replies
RRailway
Created by bbot on 1/16/2024 in #✋|help
Run SQL on our Postgres Instance
Project ID: 0e77eaa6-f75f-49a0-a52f-dea3ce9f4b6f
7 replies
RRailway
Created by bbot on 1/13/2024 in #✋|help
Can't get React + Docker production running with ENV variables
Thank you! That seemed to solve the env variable errors!
9 replies
RRailway
Created by bbot on 1/13/2024 in #✋|help
Can't get React + Docker production running with ENV variables
Thank you!
9 replies
RRailway
Created by bbot on 1/13/2024 in #✋|help
Can't get React + Docker production running with ENV variables
Here's what I use:
REACT_APP_API_ENDPOINT=xxx
REACT_APP_GOOGLE_MAPS_APIKEY=xxx
REACT_APP_STRIPE_APIKEY=xxx
REACT_APP_GOOGLE_ANALYTICS_ID=xxx
RAILWAY_DOCKERFILE_PATH=Dockerfile.production
REACT_APP_API_ENDPOINT=xxx
REACT_APP_GOOGLE_MAPS_APIKEY=xxx
REACT_APP_STRIPE_APIKEY=xxx
REACT_APP_GOOGLE_ANALYTICS_ID=xxx
RAILWAY_DOCKERFILE_PATH=Dockerfile.production
9 replies