Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Config.yml Information

Matt Glaman edited this page Jul 21, 2015 · 2 revisions

In order to use this project, you need to copy config.example.yml to config.yml and adjust some information.

Below are the contents of the config.example.yml

---
platformsh:
  project_name: ''
  project_id: ''
  project_environment: 'master'
vagrantfile:
  vm:
    hostname_base: 'platformsh.dev'
    memory: '2048'
    cpus: '2'
    network:
      private_network: 10.22.22.100

Platformsh section contains information about the project

  • project_name is the name of the project, keep this in a machine name format (My Project -> my-project)
  • project_id is the Platform.sh project ID
  • project_enviornment is the name of your environment branch to checkout

Vagrantfile section will modify settings in the Vagrantfile for the VM.

  • hostname_base will define the name of your URL (PROJECT_NAME + HOSTNAME_BASE)
Clone this wiki locally