Skip to content

Instantly share code, notes, and snippets.

View guimelon's full-sized avatar

Guillaume Melon guimelon

  • Lyon
  • 22:11 (UTC +02:00)
View GitHub Profile
@guimelon
guimelon / cloud-config.yml
Created December 10, 2020 16:55
cloud-config.yml GME
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAiPVnBIuBe0tWSspqplcBwsh2KyDQ76YO5oVBPy+UDxBFl/U3vrrKLnAZLZqR5mG7+aoc24BrNRwMAyDWjgeUVXhBQYVluJQHCUKTTPT60So77w7TSS7CpevJlsn0rW70QdQFvOYRni4f/CodyAEnrPmEo38coW01vvehHc+WxdudhZasiTNHNSdvDymJa5WhjLn0Mbq/FH8hH0nxse3Lz6mFYGHmA+aovDYFYd8PSXBIWTwrt/EJ10lhvL/UAfcb0AhYrLAC63CbNh34x4hhSSFy32A06nLbkre74xdyVnxqZyi90BQzPGcJMtGCzh5o/f4ytvcBxKgEDlIrMwDAQQ== rsa-key-20201210
<?php
/////////////////////////////////////
// START CONFIGURATION
/////////////////////////////////////
//
define('ZF2_PATH', '/path/to/zf2');
define('TAB', ' ');
//define('TAB', "\t");