Created
November 25, 2024 19:06
-
-
Save mh0w/8f244e8839ab559a5c5dc7cc177e4c77 to your computer and use it in GitHub Desktop.
Note on Dawarich
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The Ruby development.rb is located within the Docker container at | |
# /var/app/config/environments/development.rb | |
# It's here that the user can configure e.g. | |
Rails.application.configure do | |
config.hosts << "my-site-here.app" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment