Sha256: e383a7dbc65ef74416b43165b6d3a365d50410e2ff98ad165e7f7fc1ca409b9d
Contents?: true
Size: 444 Bytes
Versions: 18
Compression:
Stored size: 444 Bytes
Contents
# common settings application: # name of your application name: my_app # environment to run # typically one of production, development, test env: development # root directory root: '.' # web layer settings web: # server name exposed to public interface # this is usually a domain name of your app. server_name: localhost # app layer settings app: # type of application server which is behind nginx type: passenger
Version data entries
18 entries across 18 versions & 1 rubygems